STM32: F2: adc; struct member not needed

Same as other families applied here
pull/4889/head
Laurent MEUNIER 2017-07-06 11:33:18 +02:00 committed by adbridge
parent fc6cbe9909
commit aa8c5557c2
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;