cmake nuttx upload: add verbatim parameter

to disable automatic evaluation of /dev/ttyS* expression in cygwin.
On linux verbatim seems to be default anyways. At least it doesn't get
evaluated on linux.
This commit is contained in:
MaEtUgR
2018-06-06 11:43:23 +02:00
committed by Lorenz Meier
parent ba2cf5fa9a
commit 01afeed967

View File

@@ -183,6 +183,7 @@ if (TARGET parameters_xml AND TARGET airframes_xml)
${PX4_SOURCE_DIR}/Tools/px_uploader.py --port ${serial_ports} ${fw_file}
DEPENDS ${fw_file}
COMMENT "uploading px4"
VERBATIM
USES_TERMINAL
)
endif()