aboutsummaryrefslogtreecommitdiff
path: root/bin/flash-target
diff options
context:
space:
mode:
Diffstat (limited to 'bin/flash-target')
-rwxr-xr-xbin/flash-target4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/flash-target b/bin/flash-target
index bebcb27..aa77a99 100755
--- a/bin/flash-target
+++ b/bin/flash-target
@@ -21,7 +21,7 @@ OPENOCD_BOARD_DIR=/usr/share/openocd/scripts/board
# If you are using something else, look for a matching configuration file in
# the OPENOCD_BOARD_DIR directory.
#
-#OPENOCD_PROC_FILE=stm32f4discovery.cfg
-OPENOCD_PROC_FILE=st_nucleo_f4.cfg
+OPENOCD_PROC_FILE=stm32f4discovery.cfg
+#OPENOCD_PROC_FILE=st_nucleo_f4.cfg
$OPENOCD -f $OPENOCD_BOARD_DIR/$OPENOCD_PROC_FILE -c "program $PROJ.elf verify reset exit"