Skip to content

Commit 1e715e2

Browse files
Update bsp/stm32/libraries/HAL_Drivers/drivers/drv_fdcan.c
Co-authored-by: Copilot <[email protected]>
1 parent 1689aed commit 1e715e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ static int rt_hw_can_init(void)
704704
st_DrvCan2.FilterConfig = sFilterConfig;
705705
st_DrvCan2.device.config = config;
706706

707-
/* register FDCAN1 device */
707+
/* register FDCAN2 device */
708708
rt_hw_can_register(&st_DrvCan2.device, st_DrvCan2.name, &_can_ops, &st_DrvCan2);
709709
#endif /* BSP_USING_FDCAN2 */
710710

0 commit comments

Comments
 (0)