From 31769fd42dcbc1092a068b61ccabf17d7480ae75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Tue, 25 Feb 2020 19:43:51 +0100 Subject: [PATCH] remove onewire interface from compilation --- stm-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/Makefile b/stm-firmware/Makefile index f675c68..d758cb8 100644 --- a/stm-firmware/Makefile +++ b/stm-firmware/Makefile @@ -49,7 +49,7 @@ CFILES += rotary-encoder.c CFILES += stack-check.c -CFILES += onewire-temp-sensors.c +#CFILES += onewire-temp-sensors.c DEFINES += -DDEBUGBUILD