1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nrf6310: added dummy ADC config

This commit is contained in:
Hauke Petersen 2016-03-11 19:42:29 +01:00
parent 7dd4c533af
commit 164ae7ea59

View File

@ -118,6 +118,16 @@ static const timer_conf_t timer_config[] = {
#define SPI_1_PIN_MOSI 18
/** @} */
/**
* @brief ADC configuration
*
* The configuration consists simply of a list of channels that should be used
* @{
*/
#define ADC_NUMOF (0)
/** @} */
#ifdef __cplusplus
}
#endif