1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

baords/ek-lm4f120xl: adapted ADC configuration

This commit is contained in:
Hauke Petersen 2016-03-14 11:30:53 +01:00
parent b1228037df
commit 65580164bb

View File

@ -93,12 +93,11 @@ extern "C" {
/** @} */
/**
* @name ADC configuration
* @brief ADC configuration
* @{
*/
#define ADC_NUMOF 1
#define ADC_0_EN 1
#define ADC_MAX_CHANNELS 12
#define ADC_NUMOF (12)
/** @} */
#ifdef __cplusplus
}