mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
PID: convert example from .pde to .cpp
This commit is contained in:
parent
3b48f68cce
commit
fce95178e7
10
libraries/PID/examples/pid/make.inc
Normal file
10
libraries/PID/examples/pid/make.inc
Normal file
@ -0,0 +1,10 @@
|
||||
LIBRARIES += AP_Common
|
||||
LIBRARIES += AP_HAL
|
||||
LIBRARIES += AP_HAL_AVR
|
||||
LIBRARIES += AP_HAL_Empty
|
||||
LIBRARIES += AP_HAL_SITL
|
||||
LIBRARIES += AP_Math
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += PID
|
||||
LIBRARIES += StorageManager
|
Loading…
Reference in New Issue
Block a user