Browse Source

fix mutex

MX 1 year ago
parent
commit
9f6b0f02cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      morse_code.c

+ 1 - 1
morse_code.c

@@ -17,7 +17,7 @@ typedef struct {
 
 typedef struct {
     MorseCodeModel* model;
-    FuriMutex** model_mutex;
+    FuriMutex* model_mutex;
 
     FuriMessageQueue* input_queue;