mirror of https://github.com/ARMmbed/mbed-os.git
STM32: STM32L475xG dac_s common definition
Fixing conflict as STM32L475xG target has been merged after the first version of moving dac_s structure definition to common_ojects.h.pull/4529/head
parent
024b3da5f1
commit
07575b33f0
|
|
@ -60,12 +60,6 @@ struct analogin_s {
|
|||
uint32_t channel;
|
||||
};
|
||||
|
||||
struct dac_s {
|
||||
DACName dac;
|
||||
PinName pin;
|
||||
uint32_t channel;
|
||||
};
|
||||
|
||||
struct can_s {
|
||||
CANName can;
|
||||
int index;
|
||||
|
|
|
|||
Loading…
Reference in New Issue