nrf5: Updating makefile to compile in pwm.c and hal_pwm.c

This commit is contained in:
Glenn Ruben Bakke 2016-12-16 19:50:35 +01:00
parent 36a232182a
commit eaece2734b

View File

@ -114,6 +114,7 @@ SRC_HAL = $(addprefix hal/,\
hal_spi.c \
hal_spie.c \
hal_time.c \
hal_pwm.c \
)
SRC_C += \
@ -123,6 +124,7 @@ SRC_C += \
mphalport.c \
uart.c \
spi.c \
pwm.c \
help.c \
gccollect.c \
pin_named_pins.c \