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 496a232 commit bcb4e23Copy full SHA for bcb4e23
bsp/hc32/libraries/hc32_drivers/drv_eth.c
@@ -358,7 +358,7 @@ static void hc32_eth_irq_handle(stc_eth_handle_t *eth_handle)
358
result = eth_device_ready(&(hc32_eth_device.parent));
359
if (result != RT_EOK)
360
{
361
-#ifdef ULOG_USING_ISR_LOG
+#if !defined (RT_USING_ULOG) || defined (ULOG_USING_ISR_LOG)
362
LOG_I("eth rx complete callback err = %d", result);
363
#endif
364
}
0 commit comments