commit
475641d666
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ typedef void (*menu_func_t)(void);
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
menu_func_t menu;
|
menu_func_t menu;
|
||||||
uint8_t position;
|
int8_t position;
|
||||||
} menu_record_t;
|
} menu_record_t;
|
||||||
|
|
||||||
extern menu_record_t menu_stack[MENU_DEPTH_MAX];
|
extern menu_record_t menu_stack[MENU_DEPTH_MAX];
|
||||||
|
|
Loading…
Reference in a new issue