We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
把老版本的clear移植上来后,发现执行后整个shell就不工作了
The text was updated successfully, but these errors were encountered:
void shellClear(void) { printf("\033[2J\033[1H"); }
Sorry, something went wrong.
哈哈,看明白了,我开始是按照void shellClear(SHELL_TypeDef *shell);的模式来使用的,你提醒后,我进一步在shellEnter()中参照help的方式做了处理
No branches or pull requests
把老版本的clear移植上来后,发现执行后整个shell就不工作了
The text was updated successfully, but these errors were encountered: