Skip to content

Commit

Permalink
boards/nrf6310: added dummy ADC config
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Mar 14, 2016
1 parent 7dd4c53 commit 164ae7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions boards/nrf6310/include/periph_conf.h
Expand Up @@ -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
Expand Down

0 comments on commit 164ae7e

Please sign in to comment.