Explorar o código

[examples/rt-link/rtlink_example.c] 修改 log_w 为 LOG_W

Sherman %!s(int64=3) %!d(string=hai) anos
pai
achega
8e9a346450
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/rt-link/rtlink_example.c

+ 1 - 1
examples/rt-link/rtlink_example.c

@@ -93,7 +93,7 @@ static void rt_link_speed_test(void *paremeter)
         }
         else
         {
-            log_w("send err %d", ret);
+            LOG_W("send err %d", ret);
         }
 
         tick2 = rt_tick_get();