nrf5/i2c: Moving i2c module into modules/machine.
This commit is contained in:
parent
ab1994b2b2
commit
eea975cd25
@ -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), )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user