diff options
author | Mark Arigo <markarigo@gmail.com> | 2009-01-27 03:19:57 +0000 |
---|---|---|
committer | Mark Arigo <markarigo@gmail.com> | 2009-01-27 03:19:57 +0000 |
commit | 04992ef050a2bef8387f84efc6988211c34e19b7 (patch) | |
tree | b9f5682b66fde3548ae059c4a6b0785024997274 /firmware/target/arm/philips | |
parent | a4e7bc383ed296b532a648a02db62a06c99c9ad8 (diff) | |
download | rockbox-04992ef050a2bef8387f84efc6988211c34e19b7.tar.gz rockbox-04992ef050a2bef8387f84efc6988211c34e19b7.zip |
Move the PP5020 ADC defines to the c-file instead of repeating them across the header files. Also, the Tatung TPJ1022 should use the common PP5020 ADC driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19864 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/philips')
-rw-r--r-- | firmware/target/arm/philips/hdd1630/adc-target.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/philips/hdd1630/adc-target.h b/firmware/target/arm/philips/hdd1630/adc-target.h index cebd07c94a..ee9e294c6b 100644 --- a/firmware/target/arm/philips/hdd1630/adc-target.h +++ b/firmware/target/arm/philips/hdd1630/adc-target.h @@ -21,12 +21,6 @@ #ifndef _ADC_TARGET_H_ #define _ADC_TARGET_H_ -#define ADC_ADDR (*(volatile unsigned long*)(0x7000ad00)) -#define ADC_STATUS (*(volatile unsigned long*)(0x7000ad04)) -#define ADC_DATA_1 (*(volatile unsigned long*)(0x7000ad20)) -#define ADC_DATA_2 (*(volatile unsigned long*)(0x7000ad24)) -#define ADC_INIT (*(volatile unsigned long*)(0x7000ad2c)) - #define NUM_ADC_CHANNELS 4 #define ADC_BATTERY 0 |