From eaece2734bb3258cc83bae3db4d4737aa6494371 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Fri, 16 Dec 2016 19:50:35 +0100 Subject: [PATCH] nrf5: Updating makefile to compile in pwm.c and hal_pwm.c --- nrf5/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nrf5/Makefile b/nrf5/Makefile index 1685573f60..fa5b262acc 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -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 \