mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
APM_RC: fixed APM1 example sketch
This commit is contained in:
parent
a8edc27849
commit
9317cb6925
@ -6,9 +6,12 @@
|
||||
* (Works with last PPM_encoder firmware)
|
||||
*/
|
||||
|
||||
#include <FastSerial.h>
|
||||
#include <Arduino_Mega_ISR_Registry.h>
|
||||
#include <APM_RC.h> // ArduPilot Mega RC Library
|
||||
|
||||
FastSerialPort0(Serial);
|
||||
|
||||
Arduino_Mega_ISR_Registry isr_registry;
|
||||
APM_RC_APM1 APM_RC;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user