Explorar el Código

[PHY/OFW] Change the log level

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI hace 5 meses
padre
commit
04af612f50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/drivers/phy/ofw.c

+ 1 - 1
components/drivers/phy/ofw.c

@@ -11,7 +11,7 @@
 #include <rtdevice.h>
 #include <stdio.h>
 #define DBG_TAG "rtdm.phy"
-#define DBG_LVL DBG_INFO
+#define DBG_LVL DBG_LOG
 #include <rtdbg.h>
 #include "ofw.h"