mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 09:39:30 +00:00
fix compile (#2983)
This commit is contained in:
@@ -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