1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Better initialization, according to #6286

This commit is contained in:
Andi Kanzler 2018-07-06 15:59:20 +02:00
parent a63beb5239
commit 0b01718869
4 changed files with 10 additions and 5 deletions

View file

@ -141,6 +141,11 @@ displayPort_t *displayPortHottInit()
return &hottDisplayPort;
}
void hottDisplayportRegister()
{
cmsDisplayPortRegister(displayPortHottInit());
}
void hottCmsOpen()
{
if (!cmsInMenu) {