From c3ff199a09cda06a394f970db2981434b30ea643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 23 Feb 2020 20:58:35 +0100 Subject: [PATCH] remove TODO from makefile --- stm-firmware/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/stm-firmware/Makefile b/stm-firmware/Makefile index b3c78d4..940227c 100644 --- a/stm-firmware/Makefile +++ b/stm-firmware/Makefile @@ -48,8 +48,6 @@ CFILES += temp-converter.c CFILES += rotary-encoder.c DEFINES += -DDEBUGBUILD -#TODO - ################################################################################### CC=arm-none-eabi-gcc OBJCOPY=arm-none-eabi-objcopy