mirror of https://github.com/ARMmbed/mbed-os.git
STM32L496xG fix objects.h to fit common_objects definition
parent
902765f03c
commit
cb6326f62a
|
@ -60,12 +60,6 @@ struct analogin_s {
|
||||||
uint32_t channel;
|
uint32_t channel;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct dac_s {
|
|
||||||
DACName dac;
|
|
||||||
PinName pin;
|
|
||||||
uint32_t channel;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct can_s {
|
struct can_s {
|
||||||
CANName can;
|
CANName can;
|
||||||
int index;
|
int index;
|
||||||
|
|
Loading…
Reference in New Issue