theageoflove 1 год назад
Родитель
Сommit
6200aa1757
1 измененных файлов с 2 добавлено и 2 удалено
  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};