mkiiskila commented on a change in pull request #318: MYNEWT-681 remove flash 
write protection in download scripts 
URL: 
https://github.com/apache/incubator-mynewt-core/pull/318#discussion_r121307225
 
 

 ##########
 File path: hw/scripts/openocd.sh
 ##########
 @@ -101,7 +101,9 @@ openocd_debug () {
         if [ ! -z "$RESET" ]; then
             echo "mon reset halt" >> $GDB_CMD_FILE
         fi
-       echo "FILENAME" $FILE_NAME >>out
+  echo "$EXTRA_GDB_CMDS" >> $GDB_CMD_FILE
 
 Review comment:
   Indentation is wrong on this line. Are you using tab instead of space?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to