mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 01:58: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.
|
* Example of PID library.
|
||||||
2010 Code by Jason Short. DIYDrones.com
|
* 2010 Code by Jason Short. DIYDrones.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <FastSerial.h>
|
#include <FastSerial.h>
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
@ -17,9 +17,9 @@ long radio_trim;
|
|||||||
Arduino_Mega_ISR_Registry isr_registry;
|
Arduino_Mega_ISR_Registry isr_registry;
|
||||||
|
|
||||||
#if CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
|
#if CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
|
||||||
APM_RC_APM2 APM_RC;
|
APM_RC_APM2 APM_RC;
|
||||||
#else
|
#else
|
||||||
APM_RC_APM1 APM_RC;
|
APM_RC_APM1 APM_RC;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PID pid;
|
PID pid;
|
||||||
|
Loading…
Reference in New Issue
Block a user