mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -882,7 +882,7 @@ static bool
|
||||
void subghz_protocol_decoder_bin_raw_data_input_rssi(
|
||||
SubGhzProtocolDecoderBinRAW* instance,
|
||||
float rssi) {
|
||||
furi_assert(instance);
|
||||
furi_check(instance);
|
||||
switch(instance->decoder.parser_step) {
|
||||
case BinRAWDecoderStepReset:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user