This commit is contained in:
RogueMaster
2022-09-17 06:50:15 -04:00
parent 169d0c9845
commit 003b2e5401
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -59,13 +59,6 @@ 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,
+1 -1
View File
@@ -146,7 +146,7 @@ void subghz_protocol_encoder_raw_stop(void* context);
* Сallback on completion of file transfer.
* @param context Pointer to a SubGhzProtocolEncoderRAW instance
*/
void subghz_protocol_raw_file_encoder_worker_callback_end(void* context);
// void subghz_protocol_raw_file_encoder_worker_callback_end(void* context);
/**
* Set callback on completion of file transfer.