mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 21:08:36 -07:00
Fixed a small discrepancy with applications.h file
This commit is contained in:
@@ -10,11 +10,11 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
const FuriThreadCallback app;
|
||||
char* name;
|
||||
const char* name;
|
||||
const size_t stack_size;
|
||||
const Icon* icon;
|
||||
const FlipperApplicationFlag flags;
|
||||
char* link;
|
||||
const char* link;
|
||||
} FlipperApplication;
|
||||
|
||||
typedef void (*FlipperOnStartHook)(void);
|
||||
|
||||
Reference in New Issue
Block a user