Browse Source

Merge pull request #5167 from ShermanShao/rtlink-example

guo 3 years ago
parent
commit
0711a54d3d
1 changed files with 1 additions and 1 deletions
  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();