mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Touch-ups after rebase
Led strip’s color manipulation was dropped due to the drastically change in the config structure; led strip menu now only has feature on/off.
This commit is contained in:
parent
e9a2f2b2c1
commit
a6b03a9473
8 changed files with 72 additions and 122 deletions
|
@ -68,6 +68,7 @@ typedef struct {
|
|||
void updateOsd(uint32_t currentTime);
|
||||
void osdInit(void);
|
||||
void resetOsdConfig(osd_profile_t *osdProfile);
|
||||
void osdResetAlarms(void);
|
||||
|
||||
#ifdef CMS
|
||||
void osdCmsInit(displayPort_t *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue