forked from len0rd/rockbox
Fix iPod Classic USEC_TIMER
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c2dd0785d
commit
d5758731bf
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
||||||
#define THDATA1 (*((uint32_t volatile*)(0x3C70010C)))
|
#define THDATA1 (*((uint32_t volatile*)(0x3C70010C)))
|
||||||
#define THPRE (*((uint32_t volatile*)(0x3C700110)))
|
#define THPRE (*((uint32_t volatile*)(0x3C700110)))
|
||||||
#define THCNT (*((uint32_t volatile*)(0x3C700114)))
|
#define THCNT (*((uint32_t volatile*)(0x3C700114)))
|
||||||
#define USEC_TIMER TFCNT
|
#define USEC_TIMER TECNT
|
||||||
|
|
||||||
|
|
||||||
/////USB/////
|
/////USB/////
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue