1
0
Fork 0
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:
Martin Budden 2017-09-24 09:06:59 +01:00
parent b7988c946e
commit 9a8ff69430
35 changed files with 115 additions and 113 deletions

View file

@ -68,7 +68,7 @@ void setupFixedWingAltitudeController(void)
// TODO
}
void resetFixedWingAltitudeController()
void resetFixedWingAltitudeController(void)
{
navPidReset(&posControl.pids.fw_alt);
posControl.rcAdjustment[PITCH] = 0;