mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Corrected ADC channel C registers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1275 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0213d8ada3
commit
3189353946
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@
|
|||
#define ADDRB (*((volatile unsigned short*)ADDRBH_ADDR)) /* combined */
|
||||
#define ADDRBH (*((volatile unsigned char*)ADDRBH_ADDR))
|
||||
#define ADDRBL (*((volatile unsigned char*)ADDRBL_ADDR))
|
||||
#define ADDRC (*((volatile unsigned short*)ADDRCJ_ADDR)) /* combined */
|
||||
#define ADDRC (*((volatile unsigned short*)ADDRCH_ADDR)) /* combined */
|
||||
#define ADDRCH (*((volatile unsigned char*)ADDRCH_ADDR))
|
||||
#define ADDRCL (*((volatile unsigned char*)ADDRCL_ADDR))
|
||||
#define ADDRD (*((volatile unsigned short*)ADDRDH_ADDR)) /* combined */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue