Browse Source

platforms: match usb-Hex_ProfiCNC device (#12772)

This means that we are able to detect and flash the Pixhawk Cube Black.
sbg
Julian Oes 6 years ago committed by David Sidrane
parent
commit
dd2d5c029f
  1. 2
      platforms/nuttx/CMakeLists.txt

2
platforms/nuttx/CMakeLists.txt

@ -172,7 +172,7 @@ if (TARGET parameters_xml AND TARGET airframes_xml) @@ -172,7 +172,7 @@ if (TARGET parameters_xml AND TARGET airframes_xml)
/dev/serial/by-id/usb-Bitcraze*
/dev/serial/by-id/pci-Bitcraze*
/dev/serial/by-id/usb-Gumstix*
/dev/serial/by-id/usb-Hex_ProfiCNC*
)
elseif(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Darwin")

Loading…
Cancel
Save