📄 timer.c
字号:
/***************************************
* 文件名:Timer.c
* 描述:
* 最后修改时间:2010.4.7
****************************************/
#include "includes.h"
static bool bTimeOut = false;
void Delay(uint ms)
{
}
void SetTimer(uint ms)
{
}
bool TimeOut()
{
return bTimeOut;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -