1
0
forked from me/IronOS

Change ResetOKMessage to use warnUser

This commit is contained in:
Alvin Wong
2021-03-29 19:07:50 +08:00
parent 33901b688a
commit ab1b48a0f2
31 changed files with 46 additions and 40 deletions

View File

@@ -29,6 +29,7 @@ typedef struct {
void enterSettingsMenu();
void GUIDelay();
void warnUser(const char *warning, const int timeout);
extern const menuitem rootSettingsMenu[];
#endif /* GUI_HPP_ */