1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Keep menus at 50ms

This commit is contained in:
3djc 2019-02-02 08:06:11 +01:00
parent 3dfe50c10b
commit eaa77aa9a6

View file

@ -166,7 +166,7 @@ void scheduleNextMixerCalculation(uint8_t module, uint16_t period_ms)
DEBUG_TIMER_STOP(debugTimerMixerCalcToUsage);
}
#define MENU_TASK_PERIOD_TICKS 25 // 50ms
#define MENU_TASK_PERIOD_TICKS 50 // 50ms
#if defined(COLORLCD) && defined(CLI)
bool perMainEnabled = true;