drivers: can: fix typo
Fix another typo in the stm32_can.h header file, swj -> sjw. Signed-off-by: Erwin Rol <erwin@erwinrol.com>
This commit is contained in:
parent
28576260c3
commit
28c01b6219
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct can_stm32_data {
|
||||||
struct can_stm32_config {
|
struct can_stm32_config {
|
||||||
CAN_TypeDef *can; /*!< CAN Registers*/
|
CAN_TypeDef *can; /*!< CAN Registers*/
|
||||||
u32_t bus_speed;
|
u32_t bus_speed;
|
||||||
u8_t swj;
|
u8_t sjw;
|
||||||
u8_t prop_bs1;
|
u8_t prop_bs1;
|
||||||
u8_t bs2;
|
u8_t bs2;
|
||||||
struct stm32_pclken pclken;
|
struct stm32_pclken pclken;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue