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 bcb4e23 commit 5bef2eeCopy full SHA for 5bef2ee
bsp/hc32/libraries/hc32_drivers/drv_eth.c
@@ -467,7 +467,7 @@ static void eth_phy_irq_handler(void *args)
467
rt_uint16_t status = 0;
468
469
ETH_PHY_ReadReg(&EthHandle, PHY_IISDR, &status);
470
-#ifdef ULOG_USING_ISR_LOG
+#if !defined (RT_USING_ULOG) || defined (ULOG_USING_ISR_LOG)
471
LOG_D("phy interrupt status reg is 0x%X", status);
472
#endif
473
0 commit comments