mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
PID: fixed example build
This commit is contained in:
parent
d64660739e
commit
37ad9e3f82
@ -52,7 +52,7 @@ void loop()
|
||||
long control= pid.get_pid(error, 1);
|
||||
|
||||
hal.console->print("control: ");
|
||||
hal.console->println(control,DEC);
|
||||
hal.console->println(control,BASE_DEC);
|
||||
}
|
||||
|
||||
AP_HAL_MAIN();
|
||||
|
Loading…
Reference in New Issue
Block a user