mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 15:23:03 +08:00
[sscanf] use rt_sscanf to replace sscanf
This commit is contained in:
@@ -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