includes.h

来自「博创2410的实验代码」· C头文件 代码 · 共 24 行

H
24
字号
/* ChronOS Includes.h file for Samsung ARM port
 *
 * Copyright  2002 By InterNiche Technologies Inc. All rights reserved
 *
 * MODULE: SNDS300
 *
 * PORTABLE: no
 */

/* Include Samsung hardware definition for critcal section macros. */

#ifndef __INCLUDES_H__
#define __INCLUDES_H__

//****************CPU**************//
#include "uhal/uhal.h"
#include "../inc/drivers.h"
#include "ucos_ii.h"
#include "add/osaddition.h"
/////////////////////////////////////////////////

#endif /* __INCLUDES_H__ */

⌨️ 快捷键说明

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