From f4ebd4a603a3a0b903424bb35ef68e9844a7dbe9 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 4 Mar 2016 00:40:08 +0000 Subject: attempt actual adc on l4 (insufficient,needs clocks yet) --- tests/adc-power/Makefile.stm32l4-disco | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/adc-power/Makefile.stm32l4-disco') diff --git a/tests/adc-power/Makefile.stm32l4-disco b/tests/adc-power/Makefile.stm32l4-disco index 99fc9e2..7957e9d 100644 --- a/tests/adc-power/Makefile.stm32l4-disco +++ b/tests/adc-power/Makefile.stm32l4-disco @@ -6,9 +6,8 @@ BUILD_DIR = bin-$(BOARD) SHARED_DIR = ../../shared CFILES = main-$(BOARD).c -# hah, not yet! -#CFILES += adc-power.c -#CFILES += trace.c trace_stdio.c +CFILES += adc-power.c +CFILES += trace.c trace_stdio.c VPATH += $(SHARED_DIR) -- cgit