mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
GRA1 was wrongly defined
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@546 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e48a45a11a
commit
f70f06cc6b
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@
|
|||
#define TIER1_ADDR 0x05FFFF10
|
||||
#define TSR1_ADDR 0x05FFFF11
|
||||
#define TCNT1_ADDR 0x05FFFF12
|
||||
#define GRA_ADDR1 0x05FFFF14
|
||||
#define GRA1_ADDR 0x05FFFF14
|
||||
#define GRB1_ADDR 0x05FFFF16
|
||||
#define TCR2_ADDR 0x05FFFF18
|
||||
#define TIOR2_ADDR 0x05FFFF19
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
#define TIER1 (*((volatile unsigned char*)TIER1_ADDR))
|
||||
#define TSR1 (*((volatile unsigned char*)TSR1_ADDR))
|
||||
#define TCNT1 (*((volatile unsigned short*)TCNT1_ADDR))
|
||||
#define GRA1 (*((volatile unsigned short*)GRA_ADDR))1
|
||||
#define GRA1 (*((volatile unsigned short*)GRA1_ADDR))
|
||||
#define GRB1 (*((volatile unsigned short*)GRB1_ADDR))
|
||||
#define TCR2 (*((volatile unsigned char*)TCR2_ADDR))
|
||||
#define TIOR2 (*((volatile unsigned char*)TIOR2_ADDR))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue