|
@ -212,7 +212,7 @@ uint16_t max_display_update_time = 0; |
|
|
void _menu_action_back(); |
|
|
void _menu_action_back(); |
|
|
void menu_action_submenu(screenFunc_t data); |
|
|
void menu_action_submenu(screenFunc_t data); |
|
|
void menu_action_gcode(const char* pgcode); |
|
|
void menu_action_gcode(const char* pgcode); |
|
|
void menu_action_function(screenFunc_t data); |
|
|
void menu_action_function(menuAction_t data); |
|
|
|
|
|
|
|
|
#define DECLARE_MENU_EDIT_TYPE(_type, _name) \ |
|
|
#define DECLARE_MENU_EDIT_TYPE(_type, _name) \ |
|
|
bool _menu_edit_ ## _name(); \ |
|
|
bool _menu_edit_ ## _name(); \ |
|
|