mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-25 01:03:59 -04:00
AP_ADC library - tiny fix to make example sketch work after some changes to AP_PeriodicProcess library
This commit is contained in:
parent
ed19c25a97
commit
cf25bbfa74
@ -12,7 +12,7 @@
|
|||||||
FastSerialPort0(Serial); // FTDI/console
|
FastSerialPort0(Serial); // FTDI/console
|
||||||
|
|
||||||
Arduino_Mega_ISR_Registry isr_registry;
|
Arduino_Mega_ISR_Registry isr_registry;
|
||||||
AP_PeriodicProcess adc_scheduler;
|
AP_TimerProcess adc_scheduler;
|
||||||
|
|
||||||
|
|
||||||
unsigned long timer;
|
unsigned long timer;
|
||||||
|
Loading…
Reference in New Issue
Block a user