瀏覽代碼

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

Sherman 3 年之前
父節點
當前提交
8e9a346450
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();