diff options
author | Karl Palsson <karlp@tweak.net.au> | 2017-02-21 23:11:43 +0000 |
---|---|---|
committer | Karl Palsson <karlp@tweak.net.au> | 2017-02-21 23:11:43 +0000 |
commit | 65301e5a0b382585887ea7b13e4eb9b0cb26c60f (patch) | |
tree | 7c6cf4cb70575c4dfa144e7894f05352207fc01b /tests/i2c-master/Makefile.stm32f4-disco | |
parent | 115b771e56aba7e7d066c8a58819d61d51009116 (diff) | |
download | olsndot-65301e5a0b382585887ea7b13e4eb9b0cb26c60f.tar.gz olsndot-65301e5a0b382585887ea7b13e4eb9b0cb26c60f.tar.bz2 olsndot-65301e5a0b382585887ea7b13e4eb9b0cb26c60f.zip |
i2c-master: start progressing to extracting common i2c code
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) |