From 65301e5a0b382585887ea7b13e4eb9b0cb26c60f Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 21 Feb 2017 23:11:43 +0000 Subject: i2c-master: start progressing to extracting common i2c code --- tests/i2c-master/Makefile.stm32f4-disco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/i2c-master/Makefile.stm32f4-disco') diff --git a/tests/i2c-master/Makefile.stm32f4-disco b/tests/i2c-master/Makefile.stm32f4-disco index 8621f2f..2456820 100644 --- a/tests/i2c-master/Makefile.stm32f4-disco +++ b/tests/i2c-master/Makefile.stm32f4-disco @@ -22,7 +22,7 @@ BUILD_DIR = bin-$(BOARD) SHARED_DIR = ../../shared CFILES = main-$(BOARD).c -#CFILES += adc-power.c +CFILES += i2c-master.c CFILES += trace.c trace_stdio.c VPATH += $(SHARED_DIR) -- cgit