ucOS的GPS系统

源代码在线查看: includes.h

软件大小: 109 K
上传用户: billhu
关键词: ucOS GPS
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* 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 "../startup/option.h"
				#include "../startup/44b.h"
				#include "../startup/uhal.h"
				
				#include "ucos_ii.h"
				/////////////////////////////////////////////////
				
				#endif /* __INCLUDES_H__ */
				
							

相关资源