code simplified and delete some unused

This commit is contained in:
wuzheng
2023-02-06 16:34:46 +08:00
parent 3a6b5d7f4f
commit e6fa8a2603
4 changed files with 5 additions and 17 deletions

View File

@@ -11,7 +11,6 @@ void TestRTC(int argc,char *argv[])
}
if(argc>1){
int times = atoi(argv[1]);
printf("Time will be printf %d times\n",times);