00001
00041 #ifndef APP_TIMER_H_INCLUDED
00042 #define APP_TIMER_H_INCLUDED
00043
00044 extern struct timer main_timer;
00045
00046 #define led_timer main_timer
00047 #define mcihost_watchdog_timer main_timer
00048 #define sdmmc_timer main_timer
00049
00050 #endif