mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Change feature name to MSP_DISPLAYPORT
And some build option fix.
This commit is contained in:
parent
3c2849ffdc
commit
1da1837288
4 changed files with 4 additions and 4 deletions
|
@ -461,7 +461,7 @@ void init(void)
|
|||
mspSerialInit();
|
||||
|
||||
#ifdef USE_MSP_DISPLAYPORT
|
||||
if (feature(FEATURE_MSP_OSD)) {
|
||||
if (feature(FEATURE_MSP_DISPLAYPORT)) {
|
||||
cmsDisplayPortRegister(displayPortMspInit());
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue