Skip to content
Snippets Groups Projects
Commit 6192b8ce authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

msp430: Notify software if I2C driver is active

parent 255085d0
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ endif
ifneq ($(findstring softi2c,${drivers}), )
else ifneq ($(findstring i2c,${arch_drivers}), )
TARGETS += src/arch/msp430fr5969lp/driver/i2c.cc
COMMON_FLAGS += -DDRIVER_I2C
endif
ifneq ($(findstring spi_a1,${arch_drivers}), )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment