boards/nrf51dongle: added dummy ADC config

pr/gpio
Hauke Petersen 7 years ago
parent 87f87726f9
commit 7dd4c533af

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

Loading…
Cancel
Save