boards/nucleo-f091rc: remove duplicate use of connect_assert_srst

This commit is contained in:
Alexandre Abadie 2019-09-02 21:45:32 +02:00
parent fc923baa42
commit 01642b9075
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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