mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +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
|
@ -1155,7 +1155,7 @@ void osdProcessStats2(timeUs_t currentTimeUs)
|
|||
#endif
|
||||
}
|
||||
|
||||
void osdProcessStats3()
|
||||
void osdProcessStats3(void)
|
||||
{
|
||||
#if defined(USE_ACC)
|
||||
if (sensors(SENSOR_ACC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue