mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:37:07 +08:00
[sscanf] use rt_sscanf to replace sscanf
This commit is contained in:
+1
-1
@@ -556,7 +556,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
if (argc == 2)
|
||||
{
|
||||
sscanf(argv[1], "%d", &loop_count);
|
||||
rt_sscanf(argv[1], "%d", &loop_count);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user