Add a typedef for MENU_ITEM(function,…) functions
This commit is contained in:
parent
6ea2cc0293
commit
a8b8d4e85e
2 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,7 @@
|
|||
|
||||
// Function pointer to menu functions.
|
||||
typedef void (*screenFunc_t)();
|
||||
typedef void (*menuAction_t)();
|
||||
|
||||
void lcd_goto_screen(screenFunc_t screen, const uint32_t encoder=0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue