1.新增pin命令。

This commit is contained in:
MacRsh
2024-01-10 23:03:30 +08:00
parent c21414ea50
commit be8efbadcf
2 changed files with 131 additions and 1 deletions

View File

@@ -401,7 +401,7 @@ static int msh_cmd_echo(int argc, void *argv)
return MR_EOK;
}
}
mr_msh_printf("Usage: echo [on|off]\r\n");
mr_msh_printf("Usage: echo <on|off>\r\n");
return MR_EINVAL;
}