startup_code.h

来自「Small Device C Compiler 面向Inter8051」· C头文件 代码 · 共 12 行

H
12
字号
// INCLUDES & DEFINES ===============================================// here are some definition about the CPU type#ifndef __FILE_WSI_128KFLASH_H#define __FILE_WSI_128KFLASH_H#include "..\inc\hardware_description.h"// place all 8051-CPU depending tools ISR and functions here//include "..\inc\another_header.h"#endif

⌨️ 快捷键说明

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