forked from len0rd/rockbox
imx233: move away timer defines from imx233.h
Change-Id: I9f721ae12a3ddf72c4e90ad0754a5c2b819847bb
This commit is contained in:
parent
9ced006c06
commit
068443caaf
3 changed files with 23 additions and 7 deletions
|
@ -22,6 +22,16 @@
|
|||
#include "timrot-imx233.h"
|
||||
#include "timer.h"
|
||||
|
||||
#ifdef SANSA_FUZEPLUS
|
||||
#define USER_TIMER_NR 1
|
||||
#elif defined(CREATIVE_ZENXFI2)
|
||||
#define USER_TIMER_NR 1
|
||||
#elif defined(CREATIVE_ZENXFI3)
|
||||
#define USER_TIMER_NR 1
|
||||
#else
|
||||
#error Select user timer !
|
||||
#endif
|
||||
|
||||
static long timer_cycles = 0;
|
||||
|
||||
static void timer_fn(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue