From 04992ef050a2bef8387f84efc6988211c34e19b7 Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Tue, 27 Jan 2009 03:19:57 +0000 Subject: 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 --- firmware/target/arm/philips/hdd1630/adc-target.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'firmware/target/arm/philips/hdd1630/adc-target.h') 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 -- cgit v1.2.3