mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #11887 from KarateBrot/styledef
Remove old style definitions
This commit is contained in:
commit
7e441b5f4f
57 changed files with 119 additions and 117 deletions
|
@ -1852,12 +1852,12 @@ static void osdDrawSingleElementBackground(displayPort_t *osdDisplayPort, uint8_
|
|||
|
||||
static uint8_t activeElement = 0;
|
||||
|
||||
uint8_t osdGetActiveElement()
|
||||
uint8_t osdGetActiveElement(void)
|
||||
{
|
||||
return activeElement;
|
||||
}
|
||||
|
||||
uint8_t osdGetActiveElementCount()
|
||||
uint8_t osdGetActiveElementCount(void)
|
||||
{
|
||||
return activeOsdElementCount;
|
||||
}
|
||||
|
@ -1907,7 +1907,7 @@ void osdElementsInit(bool backgroundLayerFlag)
|
|||
pt1FilterInit(&batteryEfficiencyFilt, pt1FilterGain(EFFICIENCY_CUTOFF_HZ, 1.0f / osdConfig()->framerate_hz));
|
||||
}
|
||||
|
||||
void osdSyncBlink()
|
||||
void osdSyncBlink(void)
|
||||
{
|
||||
static int blinkCount = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue