1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

SubGhz: rename SubGhzPresetDefinition into SubGhzRadioPreset, cleanup subghz types.

This commit is contained in:
MX
2022-10-19 18:52:21 +03:00
parent 3807d61034
commit a3c6d8bb4a
94 changed files with 213 additions and 222 deletions

View File

@@ -384,7 +384,7 @@ uint8_t subghz_protocol_decoder_megacode_get_hash_data(void* context) {
bool subghz_protocol_decoder_megacode_serialize(
void* context,
FlipperFormat* flipper_format,
SubGhzPresetDefinition* preset) {
SubGhzRadioPreset* preset) {
furi_assert(context);
SubGhzProtocolDecoderMegaCode* instance = context;
return subghz_block_generic_serialize(&instance->generic, flipper_format, preset);