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:
Erwin Rol 2019-02-04 16:39:46 +01:00 committed by Anas Nashif
commit 28c01b6219

View file

@ -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;