Skip to content

Commit

Permalink
fix check [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 16, 2024
1 parent 2af87cd commit 2826382
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/subghz/protocols/gangqi.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ void subghz_protocol_decoder_gangqi_get_string(void* context, FuriString* output
bool serial_is_valid =
(((!(sum_3bytes_serial & 0x3)) &&
((0xB < sum_3bytes_serial) && (sum_3bytes_serial < 0x141))) &&
((((instance->generic.serial >> 16) & 0xFF) >= 0x0) ||
(((instance->generic.serial >> 16) & 0xFF) <= 0x3)));
(((instance->generic.serial >> 16) & 0xFF) <= 0x3));

furi_string_cat_printf(
output,
Expand Down

0 comments on commit 2826382

Please sign in to comment.