From 7dd4c533af8b863c4dcf993176d81ef554b6fb75 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Fri, 11 Mar 2016 19:42:12 +0100 Subject: [PATCH] boards/nrf51dongle: added dummy ADC config --- boards/nrf51dongle/include/periph_conf.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boards/nrf51dongle/include/periph_conf.h b/boards/nrf51dongle/include/periph_conf.h index 2fca29fb0b..165e1f8c50 100644 --- a/boards/nrf51dongle/include/periph_conf.h +++ b/boards/nrf51dongle/include/periph_conf.h @@ -80,6 +80,15 @@ static const timer_conf_t timer_config[] = { #define UART_PIN_CTS 10 /** @} */ +/** + * @brief ADC configuration + * + * The configuration consists simply of a list of channels that should be used + * @{ + */ +#define ADC_NUMOF (0) +/** @} */ + /** * @name Radio device configuration *