diff options
Diffstat (limited to 'tests/i2c-master/Makefile.stm32f4-disco')
-rw-r--r-- | tests/i2c-master/Makefile.stm32f4-disco | 2 |
1 files changed, 1 insertions, 1 deletions
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) |