mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 01:29:29 +00:00
fix compile (#2983)
This commit is contained in:
@@ -213,6 +213,8 @@ set(CPPSRC
|
|||||||
irq_controls.cpp
|
irq_controls.cpp
|
||||||
irq_lcd_frame.cpp
|
irq_lcd_frame.cpp
|
||||||
irq_rtc.cpp
|
irq_rtc.cpp
|
||||||
|
keeloq_file.cpp
|
||||||
|
keeloq_keystore.cpp
|
||||||
log_file.cpp
|
log_file.cpp
|
||||||
metadata_file.cpp
|
metadata_file.cpp
|
||||||
flipper_subfile.cpp
|
flipper_subfile.cpp
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ class KeeloqKeystore {
|
|||||||
public:
|
public:
|
||||||
KeeloqKeystore();
|
KeeloqKeystore();
|
||||||
|
|
||||||
const std::vector<KeeloqKey>& get_keys() const;
|
const std::vector<KeeloqKey>& get_keys();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::vector<KeeloqKey> keys{};
|
std::vector<KeeloqKey> keys{};
|
||||||
|
|||||||
Reference in New Issue
Block a user