mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Cosmetics
This commit is contained in:
parent
7abb6a77b7
commit
2ce2f082db
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ extern uint8_t warningInfoFlags;
|
||||||
#define SET_WARNING_INFO(...)
|
#define SET_WARNING_INFO(...)
|
||||||
#else
|
#else
|
||||||
#define DISPLAY_WARNING (*popupFunc)
|
#define DISPLAY_WARNING (*popupFunc)
|
||||||
#define POPUP_INFORMATION(s) (warningText = s, warningType = WARNING_TYPE_INFO, warningInfoText = 0, popupFunc = runPopupWarning)
|
#define POPUP_INFORMATION(s) (warningText = s, warningType = WARNING_TYPE_INFO, warningInfoText = 0, popupFunc = runPopupWarning)
|
||||||
#define POPUP_WARNING(s) (warningText = s, warningInfoText = 0, popupFunc = runPopupWarning)
|
#define POPUP_WARNING(s) (warningText = s, warningInfoText = 0, popupFunc = runPopupWarning)
|
||||||
#define POPUP_CONFIRMATION(s) (warningText = s, warningType = WARNING_TYPE_CONFIRM, warningInfoText = 0, popupFunc = runPopupWarning)
|
#define POPUP_CONFIRMATION(s) (warningText = s, warningType = WARNING_TYPE_CONFIRM, warningInfoText = 0, popupFunc = runPopupWarning)
|
||||||
#define POPUP_INPUT(s, func) (warningText = s, popupFunc = func)
|
#define POPUP_INPUT(s, func) (warningText = s, popupFunc = func)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue