fix can_s struct definition

pull/4650/head
Pierre-Marie Ancele 2017-10-02 16:14:29 +02:00
parent c17c410dc6
commit ed32f57070
1 changed files with 0 additions and 5 deletions

View File

@ -54,11 +54,6 @@ struct port_s {
__IO uint32_t *reg_out;
};
struct can_s {
CANName can;
int index;
};
struct trng_s {
RNG_HandleTypeDef handle;
};