소스 검색

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;