mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Make display support configurable per-target, enabled by default for
NAZE and EUSTM32F103RC.
This commit is contained in:
parent
f29168a998
commit
2e959dfd04
6 changed files with 11 additions and 0 deletions
|
@ -432,9 +432,11 @@ void executePeriodicTasks(void)
|
|||
}
|
||||
break;
|
||||
#endif
|
||||
#ifdef DISPLAY
|
||||
case UPDATE_DISPLAY_TASK:
|
||||
updateDisplay();
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
if (periodicTaskIndex >= PERIODIC_TASK_COUNT) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue