1
0
Fork 0
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:
Martin Budden 2016-11-06 20:40:42 +00:00
parent d8a83518db
commit 44d633e5e7
5 changed files with 9 additions and 9 deletions

View file

@ -460,7 +460,7 @@ void init(void)
mspFcInit();
mspSerialInit();
#ifdef USE_MSP_OSD
#ifdef USE_MSP_DISPLAYPORT
if (feature(FEATURE_MSP_OSD)) {
cmsDisplayPortRegister(displayPortMspInit());
}