]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/board/arm/lpc17xx-common/libs/bspbase/bspbase.h
Contributed support for LCP17xx devices and PiKRON's LMC1 board.
[lincan.git] / embedded / board / arm / lpc17xx-common / libs / bspbase / bspbase.h
1 #ifndef _BSPBASE_H
2 #define _BSPBASE_H
3
4 #include <types.h>
5 #include <lt_timer_types.h>
6
7 extern volatile lt_ticks_t sys_timer_ticks;
8
9 #define get_sys_timer_ticks() sys_timer_ticks
10
11 #endif /* _BSPBASE_H */