mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -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
98f3386ea0
commit
52f6e56f72
@ -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