mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +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
|
@ -460,7 +460,7 @@ void init(void)
|
|||
mspFcInit();
|
||||
mspSerialInit();
|
||||
|
||||
#ifdef USE_MSP_OSD
|
||||
#ifdef USE_MSP_DISPLAYPORT
|
||||
if (feature(FEATURE_MSP_OSD)) {
|
||||
cmsDisplayPortRegister(displayPortMspInit());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue