ソースを参照

Merge counter from https://github.com/xMasterX/all-the-plugins

Willy-JL 1 年間 前
コミット
667ce94f7a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      counter/counter.c

+ 1 - 1
counter/counter.c

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