📄 includes.h
字号:
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 1992-2003, Jean J. Labrosse, Plantation, FL
* All Rights Reserved
*
* Master Include File
*
* File : INCLUDES.H
* By : Jean J. Labrosse
* Ported to Ported to MC9S12DP256 : Abderrahmane Assal
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* FILES TO INCLUDE
*********************************************************************************************************
*/
#include <stddef.h>
#include <ucos_ii.h>
//#include <6812dp256.h>
//#include <mc9s12h256.h>
/* add below code by Hansol Park 2006. 1. 2 */
#include <Cpu.h>
#include <IO_Map.h>
/* * * * * * * * * */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -