Skip to content

Commit 84268ae

Browse files
authored
Merge pull request #624 from arduino/fix-document-g
Document -g flag in mbed-os-to-arduino script.
2 parents 84bd6b2 + b9f5214 commit 84268ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed-os-to-arduino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ if [ $# -eq 0 ] ; then
324324
echo " -b specify remote mbed-os branch to checkout"
325325
echo " -r specify local mbed-os directory to link"
326326
echo " -p specify local mbed core directory (defaults to PWD)"
327+
echo " -g restores debug information"
327328
echo
328329
echo "Example:"
329330
echo " $(basename $0) -a ARDUINO_NANO33BLE:ARDUINO_NANO33BLE CHALLENGE_PMC_R2DX:ARDUINO_NANO33BLE"

0 commit comments

Comments
 (0)