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:
parent
a63beb5239
commit
0b01718869
4 changed files with 10 additions and 5 deletions
|
@ -141,6 +141,11 @@ displayPort_t *displayPortHottInit()
|
|||
return &hottDisplayPort;
|
||||
}
|
||||
|
||||
void hottDisplayportRegister()
|
||||
{
|
||||
cmsDisplayPortRegister(displayPortHottInit());
|
||||
}
|
||||
|
||||
void hottCmsOpen()
|
||||
{
|
||||
if (!cmsInMenu) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue