mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 15:55:26 +03:00
Fix compilation problems
This commit is contained in:
parent
b4870d1e04
commit
63edd26442
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ void pushMenu(MenuFuncP newMenu)
|
||||||
void * s_inflight_value;
|
void * s_inflight_value;
|
||||||
int16_t s_inflight_min;
|
int16_t s_inflight_min;
|
||||||
int16_t s_inflight_max;
|
int16_t s_inflight_max;
|
||||||
const pm_char *s_inflight_label
|
const pm_char *s_inflight_label;
|
||||||
uint8_t s_inflight_flags;
|
uint8_t s_inflight_flags;
|
||||||
|
|
||||||
void checkInflightIncDec(void *value, int16_t i_min, int16_t i_max, const pm_char *label, uint8_t flags)
|
void checkInflightIncDec(void *value, int16_t i_min, int16_t i_max, const pm_char *label, uint8_t flags)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue