mirror of https://github.com/ARMmbed/mbed-os.git
STM32L496xG fix objects.h to fit common_objects definition
parent
313a933c09
commit
3b2bc2d10c
|
@ -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