浏览代码

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;