1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

boards/nrf51dongle: added dummy ADC config

This commit is contained in:
Hauke Petersen 2016-03-11 19:42:12 +01:00
parent 87f87726f9
commit 7dd4c533af

View File

@ -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
*