1
0
Fork 0
forked from len0rd/rockbox

imx233: move away timer defines from imx233.h

Change-Id: I9f721ae12a3ddf72c4e90ad0754a5c2b819847bb
This commit is contained in:
Amaury Pouly 2012-05-19 13:28:41 +02:00
parent 9ced006c06
commit 068443caaf
3 changed files with 23 additions and 7 deletions

View file

@ -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)