summaryrefslogtreecommitdiff
path: root/firmware/target/arm/olympus/mrobe-100
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-01-27 03:19:57 +0000
committerMark Arigo <markarigo@gmail.com>2009-01-27 03:19:57 +0000
commit04992ef050a2bef8387f84efc6988211c34e19b7 (patch)
treeb9f5682b66fde3548ae059c4a6b0785024997274 /firmware/target/arm/olympus/mrobe-100
parenta4e7bc383ed296b532a648a02db62a06c99c9ad8 (diff)
downloadrockbox-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/olympus/mrobe-100')
-rw-r--r--firmware/target/arm/olympus/mrobe-100/adc-target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/olympus/mrobe-100/adc-target.h b/firmware/target/arm/olympus/mrobe-100/adc-target.h
index cebd07c94a..ee9e294c6b 100644
--- a/firmware/target/arm/olympus/mrobe-100/adc-target.h
+++ b/firmware/target/arm/olympus/mrobe-100/adc-target.h
@@ -21,12 +21,6 @@
21#ifndef _ADC_TARGET_H_ 21#ifndef _ADC_TARGET_H_
22#define _ADC_TARGET_H_ 22#define _ADC_TARGET_H_
23 23
24#define ADC_ADDR (*(volatile unsigned long*)(0x7000ad00))
25#define ADC_STATUS (*(volatile unsigned long*)(0x7000ad04))
26#define ADC_DATA_1 (*(volatile unsigned long*)(0x7000ad20))
27#define ADC_DATA_2 (*(volatile unsigned long*)(0x7000ad24))
28#define ADC_INIT (*(volatile unsigned long*)(0x7000ad2c))
29
30#define NUM_ADC_CHANNELS 4 24#define NUM_ADC_CHANNELS 4
31 25
32#define ADC_BATTERY 0 26#define ADC_BATTERY 0