mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-17 16:32:14 +08:00
[examples/rt-link/rtlink_example.c] 修改 log_w 为 LOG_W
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user