5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-19 23:28:32 -04:00
ardupilot/libraries/AP_ADC/examples/AP_ADC_test/Makefile
Pat Hickey 017f121566 AP_ADC: rework ADC library to use PeriodicProcess and ISR_Register
this makes it possible to build the ADC library when another driver
may also want that interrupt
2011-11-25 20:00:16 -08:00

3 lines
55 B
Makefile

BOARD = mega2560
include ../../../AP_Common/Arduino.mk