fix compile (#2983)

This commit is contained in:
Totoo
2026-02-12 12:41:12 +01:00
committed by GitHub
parent eff68693ad
commit 68000f0b94
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -213,6 +213,8 @@ set(CPPSRC
irq_controls.cpp
irq_lcd_frame.cpp
irq_rtc.cpp
keeloq_file.cpp
keeloq_keystore.cpp
log_file.cpp
metadata_file.cpp
flipper_subfile.cpp
+1 -1
View File
@@ -40,7 +40,7 @@ class KeeloqKeystore {
public:
KeeloqKeystore();
const std::vector<KeeloqKey>& get_keys() const;
const std::vector<KeeloqKey>& get_keys();
private:
std::vector<KeeloqKey> keys{};