mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Timer3 added in sources
This commit is contained in:
parent
7714c5779f
commit
5cbfcc45a4
24 changed files with 410 additions and 89 deletions
|
@ -5141,7 +5141,7 @@ void menuModelCustomFunctions(uint8_t event)
|
|||
#endif
|
||||
#if defined(CPUARM)
|
||||
else if (func == FUNC_SET_TIMER) {
|
||||
maxParam = 1;
|
||||
maxParam = MAX_TIMERS-1;
|
||||
putsStrIdx(lcdNextPos, y, STR_TIMER, CFN_TIMER_INDEX(sd)+1, attr);
|
||||
if (active) CHECK_INCDEC_MODELVAR_ZERO(event, CFN_TIMER_INDEX(sd), maxParam);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue