Skip to content

Commit

Permalink
chore: corrected log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Huxley committed Jul 9, 2024
1 parent d45ccba commit 453e019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bomber.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void bomber_game_update_timer_callback()
BomberEvent event = {.type = BomberEventType_Tick };

if(furi_message_queue_put(state->queue, &event, FuriWaitForever) != FuriStatusOk) {
FURI_LOG_W(TAG, "Failed to put input event in message queue");
FURI_LOG_W(TAG, "Failed to put timer event in message queue");
}
}

Expand Down

0 comments on commit 453e019

Please sign in to comment.