4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 04:57:18 +08:00

Merge pull request #5167 from ShermanShao/rtlink-example

This commit is contained in:
guo 2021-10-14 07:54:04 +08:00 committed by GitHub
commit 0711a54d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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