ucOS的GPS系统
源代码在线查看: includes.h
/* 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__ */