This commit is contained in:
Willy-JL
2024-07-03 23:34:45 +02:00
38 changed files with 776 additions and 246 deletions

View File

@@ -9,8 +9,8 @@
#include <furi.h>
typedef struct {
void* data;
FuriMutex* mutex;
uint8_t data[];
} ViewModelLocking;
struct View {