mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Cosmetics
This commit is contained in:
parent
b82ffe308d
commit
f857d5454e
3 changed files with 53 additions and 67 deletions
|
@ -804,15 +804,14 @@ enum PerOutMode {
|
|||
};
|
||||
|
||||
|
||||
#ifdef INPUT_WARNINGS_GENERATE_SIM_DATA
|
||||
extern uint8_t checkWarningState;
|
||||
#if defined(MODULE_ALWAYS_SEND_PULSES)
|
||||
extern uint8_t startupWarningState;
|
||||
|
||||
enum InputWarningStates {
|
||||
e_InWarnBegin = 0,
|
||||
e_InWarnThrottleWarnActive = 1,
|
||||
e_InWarnStartSwitchWarn = 2,
|
||||
// e_InWarnSwitchWarnActive = 3, currently not needed
|
||||
e_InWarnFinished = 3,
|
||||
enum StartupWarningStates {
|
||||
STARTUP_WARNING_INIT,
|
||||
STARTUP_WARNING_THROTTLE,
|
||||
STARTUP_WARNING_SWITCHES,
|
||||
STARTUP_WARNING_DONE,
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue