Merge pull request #1053 from mkbel/MK3
Hot fix PFW-505 Speed change after tuning (on USB).
This commit is contained in:
commit
9210ab12a9
@ -14,7 +14,7 @@ typedef void (*menu_func_t)(void);
|
||||
typedef struct
|
||||
{
|
||||
menu_func_t menu;
|
||||
uint8_t position;
|
||||
int8_t position;
|
||||
} menu_record_t;
|
||||
|
||||
extern menu_record_t menu_stack[MENU_DEPTH_MAX];
|
||||
|
Loading…
Reference in New Issue
Block a user