STM32: F2: adc; struct member not needed

Same as other families applied here
pull/4623/head
Laurent MEUNIER 2017-07-06 11:33:18 +02:00
parent efbeb0d057
commit ea33f8bf94
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ struct port_s {
};
struct analogin_s {
ADCName adc;
ADC_HandleTypeDef handle;
PinName pin;
uint8_t channel;