Update 19.TencentOS_Tiny_Simulator_Use_MDK.md
删除多余描述字“开”
This commit is contained in:
@@ -32,7 +32,7 @@ int fputc(int ch, FILE *f)
|
||||
return(ch);
|
||||
}
|
||||
```
|
||||
添加完毕后,在MDK工程上打开option选项,选择debug选项开,调试方式选择User Simulator,并修改调试参数,如下图:
|
||||
添加完毕后,在MDK工程上打开option选项,选择debug选项,调试方式选择User Simulator,并修改调试参数,如下图:
|
||||

|
||||
|
||||
完成软件仿真参数配置后,就可以点击debug按钮开始调试了,打开调试窗口后,选择view->Serial windows->debug 就可以打开调试日志窗口了,如图,可以看到TencentOS Tiny内核的两个任务输出的日志信息。
|
||||
|
Reference in New Issue
Block a user