中断完善

This commit is contained in:
zhangzheng
2024-04-09 19:28:50 +08:00
parent 6eac1dad30
commit c69aa81664
12 changed files with 87 additions and 82 deletions

View File

@@ -5,8 +5,10 @@
#include <string.h>
#include <shell_port.h>
#include <pm_cli.h>
#include <u_sleep.h>
int main(int argc, char *args[])
{
u_sleep_ms(100);
for (int i = 0; i < argc; i++)
{
printf("args[%d]:%s\n ", i, args[i]);