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

Too little array for FrSky Bars Thresholds

This commit is contained in:
bsongis 2012-05-01 19:50:20 +00:00
parent 2cc208f8a1
commit 940bb7b351

View file

@ -79,8 +79,9 @@ enum BarThresholdIdx {
THLD_T1,
THLD_T2,
THLD_SPEED,
THLD_CELL,
THLD_DIST,
THLD_GPSALT,
THLD_CELL,
THLD_MAX,
};
uint8_t barsThresholds[THLD_MAX];