[examples/rt-link/rtlink_example] 替换 log_w 为 LOG_W

This commit is contained in:
Sherman 2021-10-13 18:17:27 +08:00
parent 0873b8163b
commit 9c4e022bd4
1 changed files with 1 additions and 1 deletions

View File

@ -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();