mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_HAL_Linux: convert example from .pde to .cpp
This commit is contained in:
parent
f9aa1d1a8b
commit
dd10cbc976
8
libraries/AP_HAL_Linux/examples/BusTest/make.inc
Normal file
8
libraries/AP_HAL_Linux/examples/BusTest/make.inc
Normal file
@ -0,0 +1,8 @@
|
||||
LIBRARIES += AP_Common
|
||||
LIBRARIES += AP_HAL
|
||||
LIBRARIES += AP_HAL_Empty
|
||||
LIBRARIES += AP_HAL_Linux
|
||||
LIBRARIES += AP_Math
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += StorageManager
|
Loading…
Reference in New Issue
Block a user