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

Bug in trims (Tx modes)

Bug in telemetry display
Bug in timer2
This commit is contained in:
bsongis 2012-01-14 22:02:23 +00:00
parent b496e1fba8
commit 8bac9c2784
3 changed files with 11 additions and 22 deletions

View file

@ -239,7 +239,7 @@ void menuMainView(uint8_t event)
static uint8_t x[4] = {128*1/4+2, 4, 128-4, 128*3/4-2};
static uint8_t vert[4] = {0,1,1,0};
uint8_t xm, ym;
xm = x[i];
xm = x[CONVERT_MODE(i+1)-1];
uint8_t att = 0;
int16_t val = getTrimValue(getTrimFlightPhase(i, phase), i);