mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Keep menus at 50ms
This commit is contained in:
parent
3dfe50c10b
commit
eaa77aa9a6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void scheduleNextMixerCalculation(uint8_t module, uint16_t period_ms)
|
||||||
DEBUG_TIMER_STOP(debugTimerMixerCalcToUsage);
|
DEBUG_TIMER_STOP(debugTimerMixerCalcToUsage);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MENU_TASK_PERIOD_TICKS 25 // 50ms
|
#define MENU_TASK_PERIOD_TICKS 50 // 50ms
|
||||||
|
|
||||||
#if defined(COLORLCD) && defined(CLI)
|
#if defined(COLORLCD) && defined(CLI)
|
||||||
bool perMainEnabled = true;
|
bool perMainEnabled = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue