mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:38:36 -07:00
Fix problems from FreeRTOS refactor
This commit is contained in:
2
applications/external/ble_spam/ble_spam.c
vendored
2
applications/external/ble_spam/ble_spam.c
vendored
@@ -446,7 +446,7 @@ static bool input_callback(InputEvent* input, void* _ctx) {
|
||||
with_view_model(
|
||||
state->main_view, State * *model, { (*model)->lock_warning = true; }, true);
|
||||
if(state->lock_count == 0) {
|
||||
furi_timer_start(state->lock_timer, pdMS_TO_TICKS(1000));
|
||||
furi_timer_start(state->lock_timer, 1000);
|
||||
}
|
||||
if(input->type == InputTypeShort && input->key == InputKeyBack) {
|
||||
state->lock_count++;
|
||||
|
||||
Reference in New Issue
Block a user