Added type to PAIOR and PBIOR registers

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@135 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-18 17:45:08 +00:00
parent 965401aa6b
commit 6886103dd9
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@
#define PADR 0x05FFFFC0
#define PBDR 0x05FFFFC2
#define PABIOR 0x05FFFFC4
#define PAIOR 0x05FFFFC4
#define PBIOR 0x05FFFFC6
#define PAIOR (*((volatile unsigned short *)0x05FFFFC4))
#define PBIOR (*((volatile unsigned short *)0x05FFFFC6))
#define PACR 0x05FFFFC8
#define PACR1 0x05FFFFC8
#define PACR2 0x05FFFFCA