mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-11 00:43:20 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
<p>功能:调用系统例程</p>
|
||||
|
||||
<p>说明:文曲星是单任务系统,为防止应用程序占用过多的系统时间而影响系统程序的执行</p>
|
||||
<pre>
|
||||
<pre><code class="language-c">
|
||||
|
||||
同时也为了防止个别程序崩溃而造成系统无法启动,文曲星内核在中断到来时会检
|
||||
测应用程序所执行的时间,如果在4秒内系统程序没有得到运行,则中断程序将强迫
|
||||
文曲星进入睡眠状态,即所谓的死机。
|
||||
因此,当程序运算时间过长(一般为循环过程)时,请调用noidle来防止系统关机。
|
||||
</pre>
|
||||
</code></pre>
|
||||
|
||||
举例:<pre>
|
||||
举例:<pre><code class="language-c">
|
||||
|
||||
// noidle.c
|
||||
|
||||
@@ -40,5 +40,5 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
</pre>相关函数:无
|
||||
</code></pre>相关函数:无
|
||||
|
||||
|
Reference in New Issue
Block a user