Parcourir la source

Fix wrong format specifier

Yukai Li il y a 3 ans
Parent
commit
eaa8a66122
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tamagotchi_p1.c

+ 1 - 1
tamagotchi_p1.c

@@ -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);