nrf5/i2c: Moving i2c module into modules/machine.

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 00:05:20 +01:00
parent ab1994b2b2
commit eea975cd25
3 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,6 @@ SRC_C += \
led.c \
mphalport.c \
pwm.c \
i2c.c \
help.c \
gccollect.c \
pin_named_pins.c \
@ -165,6 +164,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
machine/modmachine.c \
machine/uart.c \
machine/spi.c \
machine/i2c.c \
)
#ifeq ($(SD), )