mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-14 19:53:35 -07:00
Format
This commit is contained in:
+1
-1
@@ -1439,7 +1439,7 @@ int32_t nrf24scan_app(void* p) {
|
||||
if(log_arr_idx == 0)
|
||||
view_log_arr_idx = 0;
|
||||
else {
|
||||
view_log_arr_idx += event.input.type == InputTypeRepeat ? 10 : 1;
|
||||
view_log_arr_idx += event.input.type == InputTypeRepeat ? 10 : 1;
|
||||
if(view_log_arr_idx >= log_arr_idx)
|
||||
view_log_arr_idx = log_arr_idx - 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user