mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-07 22:58:10 -07:00
Respect the whitespaces
This commit is contained in:
@@ -20,7 +20,7 @@ void subbrute_scene_entrypoint_menu_callback(SubBruteState* context, uint32_t in
|
||||
context->frequency = 307800000;
|
||||
} else if (index == SubBruteAttackCAME12bit433) {
|
||||
context->frequency = 433920000;
|
||||
} else if (index == SubBruteAttackCAME12bit868) {
|
||||
} else if (index == SubBruteAttackCAME12bit868) {
|
||||
context->frequency = 868350000;
|
||||
}
|
||||
context->bit = 12;
|
||||
|
||||
Reference in New Issue
Block a user