Skip to content

Commit aee7eb4

Browse files
Update bsp/stm32/libraries/HAL_Drivers/drivers/drv_fdcan.h
Co-authored-by: Copilot <[email protected]>
1 parent ed657a5 commit aee7eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32/libraries/HAL_Drivers/drivers/drv_fdcan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct
2828
FDCAN_RxHeaderTypeDef RxHeader;
2929
FDCAN_TxHeaderTypeDef TxHeader;
3030
uint8_t u8RxDataBuffer[8];
31-
uint8_t u8TxDataBuufer[8];
31+
uint8_t u8TxDataBuffer[8];
3232
FDCAN_FilterTypeDef FilterConfig; /*FDCAN filter*/
3333
struct rt_can_device device; /* inherit from can device */
3434
} stm32_fdcan_t;

0 commit comments

Comments
 (0)