Update raw.c

This commit is contained in:
RogueMaster
2022-09-17 06:49:43 -04:00
parent f228bf7989
commit 169d0c9845
+7
View File
@@ -59,6 +59,13 @@ typedef enum {
RAWFileIsOpenRead,
} RAWFilIsOpen;
void subghz_protocol_raw_file_encoder_worker_callback_end(void* context) {
furi_assert(context);
SubGhzProtocolRAW* instance = context;
if(instance->callback_end) instance->callback_end(instance->context_end);
}
const SubGhzProtocolDecoder subghz_protocol_raw_decoder = {
.alloc = subghz_protocol_decoder_raw_alloc,
.free = subghz_protocol_decoder_raw_free,