Browse Source

fix mutex

MX 1 năm trước cách đây
mục cha
commit
55ce1d363d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;