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:
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…
x
Reference in New Issue
Block a user