We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed657a5 commit aee7eb4Copy full SHA for aee7eb4
bsp/stm32/libraries/HAL_Drivers/drivers/drv_fdcan.h
@@ -28,7 +28,7 @@ typedef struct
28
FDCAN_RxHeaderTypeDef RxHeader;
29
FDCAN_TxHeaderTypeDef TxHeader;
30
uint8_t u8RxDataBuffer[8];
31
- uint8_t u8TxDataBuufer[8];
+ uint8_t u8TxDataBuffer[8];
32
FDCAN_FilterTypeDef FilterConfig; /*FDCAN filter*/
33
struct rt_can_device device; /* inherit from can device */
34
} stm32_fdcan_t;
0 commit comments