mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Made displayPort a parameter to osdInit
This commit is contained in:
parent
c97e71e995
commit
3cf46ff16c
3 changed files with 7 additions and 5 deletions
|
@ -60,7 +60,8 @@ typedef struct osd_profile_s {
|
|||
osd_unit_e units;
|
||||
} osd_profile_t;
|
||||
|
||||
void osdInit(void);
|
||||
struct displayPort_s;
|
||||
void osdInit(struct displayPort_s *osdDisplayPort);
|
||||
void osdResetConfig(osd_profile_t *osdProfile);
|
||||
void osdResetAlarms(void);
|
||||
void osdUpdate(uint32_t currentTime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue