Browse Source

fix mutex

MX 1 năm trước cách đây
mục cha
commit
1ac00c09b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      counter.c

+ 1 - 1
counter.c

@@ -20,7 +20,7 @@ typedef struct {
     FuriMessageQueue* input_queue;
     ViewPort* view_port;
     Gui* gui;
-    FuriMutex** mutex;
+    FuriMutex* mutex;
     NotificationApp* notifications;
 
     int count;