/* 
********************************************************************************************************* 
*                                                uC/OS-II 
*                                          The Real-Time Kernel 
* 
*                           (c) Copyright 1992-2006, Jean J. Labrosse, Weston, FL 
*                                           All Rights Reserved 
* 
*                                  uC/OS-II Configuration File for V2.8x 
* 
* File    : APP_CFG.H 
* By      : Jean J. Labrosse 
* Version : V2.85 
********************************************************************************************************* 
*/ 
 
#ifndef APP_CFG_H 
#define APP_CFG_H 
 
/*  
*********************************************************************************************************  
* TASK PRIORITIES  
*********************************************************************************************************  
*/  
 
#define OS_TASK_TMR_PRIO 	11  
#define APP_TASK1_PRIO		12 
#define APP_TASK2_PRIO		13 
#define APP_TASK3_PRIO 		14 
 
/*  
*********************************************************************************************************  
* TASK STACK SIZES  
*********************************************************************************************************  
*/  
#define APP_TASK1_STK_SIZE 	256  
#define APP_TASK1_STK_SIZE 	256  
#define APP_TASK1_STK_SIZE 	256  
#define APP_TASK1_STK_SIZE 	256 
  
 
#endif