MX 1 anno fa
parent
commit
55ce1d363d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      poker.c

+ 1 - 1
poker.c

@@ -38,7 +38,7 @@ typedef struct {
 } PokerPlayer_card;
 
 typedef struct {
-    FuriMutex** model_mutex;
+    FuriMutex* model_mutex;
     FuriMessageQueue* event_queue;
     ViewPort* view_port;
     Gui* gui;