Explorar o código

Compatibility to SDK 65.0 f7

theageoflove hai 1 ano
pai
achega
6200aa1757
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      zeitraffer.c

+ 2 - 2
zeitraffer.c

@@ -106,8 +106,8 @@ static void input_callback(InputEvent* input_event, void* ctx) {
     furi_message_queue_put(event_queue, &event, FuriWaitForever);
 }
 
-static void timer_callback(FuriMessageQueue* event_queue) {
-    // Проверяем, что контекст не нулевой
+static void timer_callback(void* event_queue) {
+//    Проверяем, что контекст не нулевой
     furi_assert(event_queue);
 
     ZeitrafferEvent event = {.type = EventTypeTick};