Skip to content

Commit bcb4e23

Browse files
authored
Update drv_eth.c
1 parent 496a232 commit bcb4e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/hc32/libraries/hc32_drivers/drv_eth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ static void hc32_eth_irq_handle(stc_eth_handle_t *eth_handle)
358358
result = eth_device_ready(&(hc32_eth_device.parent));
359359
if (result != RT_EOK)
360360
{
361-
#ifdef ULOG_USING_ISR_LOG
361+
#if !defined (RT_USING_ULOG) || defined (ULOG_USING_ISR_LOG)
362362
LOG_I("eth rx complete callback err = %d", result);
363363
#endif
364364
}

0 commit comments

Comments
 (0)