From 556359e24f8501e66a4fa6fcf5c172a2182068a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 1 Apr 2017 13:53:13 +0200 Subject: [PATCH] switch to BMP flash adapter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a805f0..a3a6d04 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 -msoft-float # SWD adapter used # supported are : st-link v2 (STLINKV2), black magic probe (BMP) -SWD_ADAPTER ?= STLINKV2 +SWD_ADAPTER ?= BMP ifeq ($(SWD_ADAPTER),STLINKV2) # OpenOCD configuration OOCD ?= openocd