Skip to content
Snippets Groups Projects
Commit 7dd4c533 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/nrf51dongle: added dummy ADC config

parent 87f87726
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,15 @@ static const timer_conf_t timer_config[] = { ...@@ -80,6 +80,15 @@ static const timer_conf_t timer_config[] = {
#define UART_PIN_CTS 10 #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 * @name Radio device configuration
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment