includes.h.bak

来自「基于ARM 44b0的启动应到程序」· BAK 代码 · 共 28 行

BAK
28
字号
#ifndef __INCLUDES_H__
#define __INCLUDES_H__

#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <ctype.h>

#include "Option.h"
#include "44b.h"

#define ulong unsigned long
#define uint unsigned int
#define ushort unsigned short
#define uchar unsigned char

#define UINT16	unsigned short


#include "Uart.h"
#include "Beep.h"
#include "rtc.h"
#include "Flash.h"
//#include "Key.h"


#endif //__INCLUDES_H__

⌨️ 快捷键说明

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