cpu/stm32f4/adc: Remove unused structure item

This commit is contained in:
DipSwitch 2016-03-14 17:22:47 +01:00
parent d66625b6ca
commit 6cf7de2393

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;
/**