forked from Archive/PX4-Autopilot
nxphlite-v3:incorperate master's led changes
This commit is contained in:
parent
53e9ce8352
commit
e281958b43
|
@ -136,24 +136,27 @@ set(config_module_list
|
||||||
# Libraries
|
# Libraries
|
||||||
#
|
#
|
||||||
lib/controllib
|
lib/controllib
|
||||||
lib/mathlib
|
lib/conversion
|
||||||
lib/mathlib/math/filter
|
lib/DriverFramework/framework
|
||||||
lib/rc
|
|
||||||
lib/ecl
|
lib/ecl
|
||||||
lib/external_lgpl
|
lib/external_lgpl
|
||||||
lib/geo
|
lib/geo
|
||||||
lib/geo_lookup
|
lib/geo_lookup
|
||||||
lib/conversion
|
|
||||||
lib/launchdetection
|
lib/launchdetection
|
||||||
lib/terrain_estimation
|
lib/led
|
||||||
|
lib/mathlib
|
||||||
|
lib/mathlib/math/filter
|
||||||
|
lib/rc
|
||||||
lib/runway_takeoff
|
lib/runway_takeoff
|
||||||
lib/tailsitter_recovery
|
lib/tailsitter_recovery
|
||||||
|
lib/terrain_estimation
|
||||||
lib/version
|
lib/version
|
||||||
lib/DriverFramework/framework
|
|
||||||
platforms/nuttx
|
|
||||||
|
|
||||||
# had to add for cmake, not sure why wasn't in original config
|
#
|
||||||
|
# Platform
|
||||||
|
#
|
||||||
platforms/common
|
platforms/common
|
||||||
|
platforms/nuttx
|
||||||
platforms/nuttx/px4_layer
|
platforms/nuttx/px4_layer
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue