mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +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
|
@ -139,7 +139,9 @@ void init(void)
|
|||
|
||||
initBoardAlignment(&masterConfig.boardAlignment);
|
||||
|
||||
#ifdef DISPLAY
|
||||
displayInit();
|
||||
#endif
|
||||
|
||||
// We have these sensors; SENSORS_SET defined in board.h depending on hardware platform
|
||||
sensorsSet(SENSORS_SET);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue