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