1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Merge pull request #5060 from DipSwitch/pr/stm32_cleanup_adc

cpu/stm32f4/adc: Remove unused structure item
This commit is contained in:
DipSwitch 2016-03-14 18:15:38 +01:00
commit 5f88fee132

View File

@ -135,7 +135,6 @@ typedef struct {
gpio_t pin; /**< pin connected to the channel */
uint8_t dev; /**< ADCx - 1 device used for the channel */
uint8_t chan; /**< CPU ADC channel connected to the pin */
uint8_t rcc; /**< bit in the RCC APB2 enable register */
} adc_conf_t;
/**