PX4: added usb_connected command

This commit is contained in:
Andrew Tridgell 2015-02-06 18:39:07 +11:00
parent 4ecd99eb76
commit 8bd7c171e4
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ endif
ifneq ($(wildcard $(PX4_ROOT)/src/systemcmds/motor_test),)
MODULES += systemcmds/motor_test
endif
ifneq ($(wildcard $(PX4_ROOT)/src/systemcmds/usb_connected),)
MODULES += systemcmds/usb_connected
endif
#
# Library modules