From 7b8aace599a6612e8eb8d29661337f71d3025a9a Mon Sep 17 00:00:00 2001 From: Fisch Date: Sun, 7 Jun 2020 01:33:27 +0200 Subject: [PATCH] current measurement bug testing --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a006551..518c1e8 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,8 @@ startup_stm32f103xe.s # binaries ####################################### PREFIX = ~/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi- +#PREFIX = ~/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi- + CC = $(PREFIX)gcc AS = $(PREFIX)gcc -x assembler-with-cpp CP = $(PREFIX)objcopy