PX4: added usb_connected command
This commit is contained in:
parent
4ecd99eb76
commit
8bd7c171e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user