unleashed-firmware/lib/subghz/subghz_keystore_i.h

10 lines
135 B
C
Raw Normal View History

2023-05-20 13:15:01 +00:00
#pragma once
#include <m-array.h>
struct SubGhzKeystore {
SubGhzKeyArray_t data;
const char* mfname;
uint8_t kl_type;
};