mirror of https://github.com/ARMmbed/mbed-os.git
fix can_s struct definition
parent
c17c410dc6
commit
ed32f57070
|
@ -54,11 +54,6 @@ struct port_s {
|
||||||
__IO uint32_t *reg_out;
|
__IO uint32_t *reg_out;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct can_s {
|
|
||||||
CANName can;
|
|
||||||
int index;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct trng_s {
|
struct trng_s {
|
||||||
RNG_HandleTypeDef handle;
|
RNG_HandleTypeDef handle;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue