www.pudn.com > uCOS+GUI.rar > uC_OS.h


/* 
********************************************************************************************************* 
* 描述: 与 uc/os 中的 Includes.h 文件相同, 供应用程序引用. 
* 编写: 深思 (001-12345@sohu.com). 
********************************************************************************************************* 
*/ 
#ifndef  __uc_os_h 
#define  __uc_os_h 
 
#include    "os_cpu.h" 
#include    "os_cfg.h" 
#include    "ucos_ii.h" 
 
#endif 
 
/* 
******************************************************************************************************** 
* End. 
******************************************************************************************************** 
*/