mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 22:49:06 +00:00
fix compile (#2983)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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{};
|
||||
|
||||
Reference in New Issue
Block a user