1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 15:25:17 +03:00

Fix compilation problems

This commit is contained in:
romolo.manfredini@gmail.com 2012-02-17 18:47:55 +00:00
parent b4870d1e04
commit 63edd26442

View file

@ -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)