mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Add forgotten check
This commit is contained in:
@@ -323,7 +323,8 @@ SubGhzProtocolStatus
|
||||
uint8_t* buf;
|
||||
|
||||
do {
|
||||
if(!pcsg_block_generic_deserialize(&instance->generic, flipper_format)) {
|
||||
if(SubGhzProtocolStatusOk !=
|
||||
pcsg_block_generic_deserialize(&instance->generic, flipper_format)) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user