mirror of https://github.com/ARMmbed/mbed-os.git
STM32: F2: adc; struct member not needed
Same as other families applied herepull/4889/head
parent
fc6cbe9909
commit
aa8c5557c2
|
@ -55,7 +55,6 @@ struct port_s {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct analogin_s {
|
struct analogin_s {
|
||||||
ADCName adc;
|
|
||||||
ADC_HandleTypeDef handle;
|
ADC_HandleTypeDef handle;
|
||||||
PinName pin;
|
PinName pin;
|
||||||
uint8_t channel;
|
uint8_t channel;
|
||||||
|
|
Loading…
Reference in New Issue