⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asixsys.h

📁 国家ASIC工程中心使用的嵌入式操作系统
💻 H
字号:
#ifndef ASIXSYS_H
#define ASIXSYS_H



#define ASIXVERSION	0x00001

#include "asixdef.h"

#include "syserr.h"
#include "sysmsg.h"
         
#include "systsk.h"
#include "taskdsp.h"
#include "sysusr.h"
#include "devmng.h"
#include "sysuart.h"
#include "at.h"
         
//#include "atv.h"
//#include "lmallo.h"
//#include "gpc.h"
         
#include "systmr.h"
#include "alarm.h"

/* Debug */
//#include "sys\debug.h"

#endif /* ASIXSYS_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -