mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-04 22:33:36 -07:00
raw?
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user