From 002ece145e81734418951eec08610692004f4d4f Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Wed, 11 Jan 2017 17:04:53 +0100 Subject: [PATCH] nrf5: Adding hal_adc* into build. --- nrf5/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nrf5/Makefile b/nrf5/Makefile index 7f38dbed8a..2f2bd8ef4c 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -118,6 +118,8 @@ SRC_HAL = $(addprefix hal/,\ hal_timer.c \ hal_twi.c \ hal_twie.c \ + hal_adc.c \ + hal_adce.c \ ) ifeq ($(MCU_VARIANT), nrf52)