mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-20 06:45:14 +03:00
Added void to function declarations/definitions where required
This commit is contained in:
parent
b7988c946e
commit
9a8ff69430
35 changed files with 115 additions and 113 deletions
|
@ -68,7 +68,7 @@ void setupFixedWingAltitudeController(void)
|
|||
// TODO
|
||||
}
|
||||
|
||||
void resetFixedWingAltitudeController()
|
||||
void resetFixedWingAltitudeController(void)
|
||||
{
|
||||
navPidReset(&posControl.pids.fw_alt);
|
||||
posControl.rcAdjustment[PITCH] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue