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

📄 main.h

📁 ucos porting source for Am188
💻 H
字号:
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <string.h>
#include <dos.h>
#include <stdarg.h>
#include <math.h>
#include <ctype.h>
#include <mem.h>

#include ".\header\am186msr.h"
#include ".\header\types.h"
#include ".\header\ascii.h"
#include ".\header\irq.h"
#include ".\header\comm.h"
#include ".\header\timer.h"
#include ".\header\scc8530.h"

#include    ".\ucos-ii\ix86l\os_cpu.h"
#include    ".\ucos-ii\ix86l\os_cfg.h"
#include    ".\ucos-ii\source\ucos_ii.h"

extern void GotoMonitor(void);
extern void EnabletchDog(void);
extern void WatchDog(void);

⌨️ 快捷键说明

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