Browse Source

Merge branch 'MK3' into MK3_dev

Marek Bel 6 years ago
parent
commit
fe43791673
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/menu.h

+ 1 - 1
Firmware/menu.h

@@ -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];