mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +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
|
@ -135,7 +135,7 @@ throttleStatus_e calculateThrottleStatus(void)
|
|||
doNotRepeat = false; \
|
||||
}
|
||||
|
||||
void processRcStickPositions()
|
||||
void processRcStickPositions(void)
|
||||
{
|
||||
// time the sticks are maintained
|
||||
static int16_t rcDelayMs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue