|
@@ -246,7 +246,7 @@ int32_t tamagotchi_p1_app(void* p) {
|
|
|
} else if(event.type == EventTypeInput) {
|
|
} else if(event.type == EventTypeInput) {
|
|
|
FURI_LOG_D(
|
|
FURI_LOG_D(
|
|
|
TAG,
|
|
TAG,
|
|
|
- "EventTypeInput: %d %d %d",
|
|
|
|
|
|
|
+ "EventTypeInput: %lu %d %d",
|
|
|
event.input.sequence,
|
|
event.input.sequence,
|
|
|
event.input.key,
|
|
event.input.key,
|
|
|
event.input.type);
|
|
event.input.type);
|