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:
parent
b1228037df
commit
65580164bb
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user