Explorar o código

Fix wrong format specifier

Yukai Li %!s(int64=3) %!d(string=hai) anos
pai
achega
eaa8a66122
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);