AP_ADC library - tiny fix to make example sketch work after some changes to AP_PeriodicProcess library

This commit is contained in:
Randy Mackay 2012-01-28 13:12:19 +09:00
parent 98f3386ea0
commit 52f6e56f72

View File

@ -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;