1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #4080 from thomaseichinger/pr/openmote-fix-flasher

boards/openmote: This board *doesn't* use openocd
This commit is contained in:
Hauke Petersen 2015-10-23 11:16:40 +02:00
commit d8cefaf97f

View File

@ -21,8 +21,5 @@ export RESET_FLAGS = $(BINDIR)
# setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial
# this board uses openocd
include $(RIOTBOARD)/Makefile.include.openocd
# include cortex defaults
include $(RIOTBOARD)/Makefile.include.cortexm_common