bertos/cfg/cfg_timer.h
Go to the documentation of this file.00001
00040 #ifndef CFG_TIMER_H
00041 #define CFG_TIMER_H
00042
00048 #define CONFIG_TIMER TIMER_DEFAULT
00049
00054 #define CONFIG_TIMER_STROBE 0
00055
00060 #define CONFIG_TIMER_EVENTS 1
00061
00066 #define CONFIG_TIMER_UDELAY 1
00067
00068 #endif