Просмотр исходного кода

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

Willy-JL 1 год назад
Родитель
Сommit
9866280eec
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      morse_code/morse_code.c

+ 1 - 1
morse_code/morse_code.c

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