1
0
Fork 0
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:
jflyper 2016-11-06 04:34:19 +09:00
parent e9a2f2b2c1
commit a6b03a9473
8 changed files with 72 additions and 122 deletions

View file

@ -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 *);