mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
AP_ADC: convert example from .pde to .cpp
This commit is contained in:
parent
a62c450f86
commit
0cfdb9af8a
libraries/AP_ADC/examples/AP_ADC_test
9
libraries/AP_ADC/examples/AP_ADC_test/make.inc
Normal file
9
libraries/AP_ADC/examples/AP_ADC_test/make.inc
Normal file
@ -0,0 +1,9 @@
|
||||
LIBRARIES += AP_ADC
|
||||
LIBRARIES += AP_Common
|
||||
LIBRARIES += AP_HAL
|
||||
LIBRARIES += AP_HAL_AVR
|
||||
LIBRARIES += AP_HAL_Linux
|
||||
LIBRARIES += AP_Math
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += StorageManager
|
Loading…
Reference in New Issue
Block a user