mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
9 lines
135 B
C
9 lines
135 B
C
#pragma once
|
|
|
|
#include <m-array.h>
|
|
|
|
struct SubGhzKeystore {
|
|
SubGhzKeyArray_t data;
|
|
const char* mfname;
|
|
uint8_t kl_type;
|
|
};
|