mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 01:48:29 -04:00
uncrustify libraries/PID/examples/pid/pid.pde
This commit is contained in:
parent
062514e9c9
commit
1ddce0cdcb
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Example of PID library.
|
||||
2010 Code by Jason Short. DIYDrones.com
|
||||
*/
|
||||
* Example of PID library.
|
||||
* 2010 Code by Jason Short. DIYDrones.com
|
||||
*/
|
||||
|
||||
#include <FastSerial.h>
|
||||
#include <avr/pgmspace.h>
|
||||
@ -17,9 +17,9 @@ long radio_trim;
|
||||
Arduino_Mega_ISR_Registry isr_registry;
|
||||
|
||||
#if CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
|
||||
APM_RC_APM2 APM_RC;
|
||||
APM_RC_APM2 APM_RC;
|
||||
#else
|
||||
APM_RC_APM1 APM_RC;
|
||||
APM_RC_APM1 APM_RC;
|
||||
#endif
|
||||
|
||||
PID pid;
|
||||
|
Loading…
Reference in New Issue
Block a user