conf_scheduler.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 #ifndef _CONF_SCHEDULER_H_
00015 #define _CONF_SCHEDULER_H_
00016 
00017 
00018 
00019 /*--------------- SCHEDULER CONFIGURATION --------------*/
00020 #define SCHEDULER_TYPE          SCHEDULER_FREE  // SCHEDULER_(TIMED|TASK|FREE|CUSTOM)
00021 #define Scheduler_task_1_init   usb_task_init
00022 #define Scheduler_task_1        usb_task
00023 #define Scheduler_task_2_init   hid_task_init
00024 #define Scheduler_task_2        hid_task
00025 
00026 
00027 
00028 
00029 
00030 #endif  
00031 

Generated on Fri Mar 17 16:02:03 2006 for Atmel by  doxygen 1.4.6-NO