From 01642b90751f9853076ff64118bb9c2d34954008 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 2 Sep 2019 21:45:32 +0200 Subject: [PATCH] boards/nucleo-f091rc: remove duplicate use of connect_assert_srst --- boards/nucleo-f091rc/Makefile.include | 4 ---- 1 file changed, 4 deletions(-) diff --git a/boards/nucleo-f091rc/Makefile.include b/boards/nucleo-f091rc/Makefile.include index d01fb044ac..8db8eaed90 100644 --- a/boards/nucleo-f091rc/Makefile.include +++ b/boards/nucleo-f091rc/Makefile.include @@ -1,6 +1,2 @@ -# nucleo-f091rc can become un-flashable after a hardfault, use connect_assert_srst -# to always be able to flash or reset the board. -export OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1 - # load the common Makefile.include for Nucleo boards include $(RIOTBOARD)/common/nucleo64/Makefile.include