Skip to content

Commit 1689aed

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,6 @@ static int _inline_can_sendmsg(struct rt_can_device *can, const void *buf, rt_ui
462462

463463
static int _inline_can_recvmsg(struct rt_can_device *can, void *buf, rt_uint32_t fifo)
464464
{
465-
//测试
466-
// fifo = 0;
467465
struct rt_can_msg *pmsg;
468466
stm32_fdcan_t *pdrv_can;
469467

0 commit comments

Comments
 (0)