Skip to content

Commit

Permalink
Fix wrong format specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
GMMan committed Oct 7, 2022
1 parent 147103f commit eaa8a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tamagotchi_p1.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ int32_t tamagotchi_p1_app(void* p) {
} else if(event.type == EventTypeInput) {
FURI_LOG_D(
TAG,
"EventTypeInput: %d %d %d",
"EventTypeInput: %lu %d %d",
event.input.sequence,
event.input.key,
event.input.type);
Expand Down

0 comments on commit eaa8a66

Please sign in to comment.