www.pudn.com > iccavrUCOS_m64.rar > Ucos_ii._c
/* ********************************************************************************************************* * uC/OS-II * The Real-Time Kernel * * (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL * All Rights Reserved * * V2.00 * * File : uCOS_II.C * By : Jean J. Labrosse ********************************************************************************************************* */ #define OS_GLOBALS /* Declare GLOBAL variables */ #include "includes.h" #define OS_MASTER_FILE /* Prevent the following files from including includes.h */ #include "os_core.c" #include "os_task.c" #include "os_time.c" #include "uart.c"