mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 16:40:35 +08:00
Make nuttx the default PX4_TARGET_OS
This should make the CI builder happy again. Also fixed another itdef that should have been ifeq Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
MODULE_COMMAND = rgbled
|
||||
|
||||
ifdef ($(PX4_TARGET_OS),nuttx)
|
||||
ifeq ($(PX4_TARGET_OS),nuttx)
|
||||
SRCS = rgbled.cpp
|
||||
else
|
||||
SRCS = rgbled_linux.cpp
|
||||
|
||||
Reference in New Issue
Block a user