mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
GCS_Console: convert example from .pde to .cpp
This commit is contained in:
parent
b7f0735c2b
commit
89c4e6fc21
11
libraries/GCS_Console/examples/Console/make.inc
Normal file
11
libraries/GCS_Console/examples/Console/make.inc
Normal file
@ -0,0 +1,11 @@
|
||||
LIBRARIES += AP_Common
|
||||
LIBRARIES += AP_HAL
|
||||
LIBRARIES += AP_HAL_AVR
|
||||
LIBRARIES += AP_Math
|
||||
LIBRARIES += AP_Mission
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += AP_Terrain
|
||||
LIBRARIES += GCS_Console
|
||||
LIBRARIES += GCS_MAVLink
|
||||
LIBRARIES += StorageManager
|
Loading…
Reference in New Issue
Block a user