mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
Timer3 added in sources
This commit is contained in:
parent
7714c5779f
commit
5cbfcc45a4
24 changed files with 410 additions and 89 deletions
|
@ -934,7 +934,10 @@ void putsTelemetryChannel(xcoord_t x, uint8_t y, uint8_t channel, lcdint_t val,
|
|||
#endif
|
||||
case TELEM_TIMER1-1:
|
||||
case TELEM_TIMER2-1:
|
||||
att &= ~NO_UNIT;
|
||||
#if defined(CPUARM)
|
||||
case TELEM_TIMER3-1:
|
||||
#endif
|
||||
att &= ~NO_UNIT;
|
||||
putsTimer(x, y, val, att, att);
|
||||
break;
|
||||
#if defined(FRSKY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue