mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Changed USE_MSP_OSD to USE_MSP_DISPLAYPORT
This commit is contained in:
parent
d8a83518db
commit
44d633e5e7
5 changed files with 9 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_MSP_OSD
|
||||
#ifdef USE_MSP_DISPLAYPORT
|
||||
|
||||
#include "common/utils.h"
|
||||
|
||||
|
@ -116,4 +116,4 @@ displayPort_t *displayPortMspInit(void)
|
|||
resync(&mspDisplayPort);
|
||||
return &mspDisplayPort;
|
||||
}
|
||||
#endif // USE_MSP_OSD
|
||||
#endif // USE_MSP_DISPLAYPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue