mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
displayPort device registration changed
This commit is contained in:
parent
131147322d
commit
4ae6f8c1c4
17 changed files with 224 additions and 216 deletions
|
@ -17,5 +17,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
struct displayPort_s;
|
||||
void displayPortOledInit(struct displayPort_s *displayPort);
|
||||
void displayPortOledInit(void);
|
||||
|
||||
extern displayPort_t oledDisplayPort;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue