ucos_ii.c
上传用户:jingkewang
上传日期:2013-04-11
资源大小:917k
文件大小:1k
- /*
- *********************************************************************************************************
- * uC/OS-II
- * The Real-Time Kernel
- *
- * (c) Copyright 1992-2005, Jean J. Labrosse, Weston, FL
- * All Rights Reserved
- *
- * File : uCOS_II.C
- * By : Jean J. Labrosse
- * Version : V2.80
- *********************************************************************************************************
- */
- #define OS_GLOBALS /* Declare GLOBAL variables */
- #include <ucos_ii.h>
- #define OS_MASTER_FILE /* Prevent the following files from including includes.h */
- #include <os_core.c>
- #include <os_flag.c>
- #include <os_mbox.c>
- #include <os_mem.c>
- #include <os_mutex.c>
- #include <os_q.c>
- #include <os_sem.c>
- #include <os_task.c>
- #include <os_time.c>