summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-11-19 10:54:48 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-11-19 10:54:48 +0000
commite17938c949dfe9b1fd11a611b4b523d6dedeecb3 (patch)
treea2e9318ae13d5333f4b668976164d0b9c3ae60f5
parent359ef77e323d35c8f37950cfea82f2cd3ec573e6 (diff)
downloadrockbox-e17938c949dfe9b1fd11a611b4b523d6dedeecb3.tar.gz
rockbox-e17938c949dfe9b1fd11a611b4b523d6dedeecb3.zip
Added ADC_UNREG_POWER for the iRiver, for compatibility
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5436 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/adc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index d738a965e6..044391b536 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -27,6 +27,7 @@
#define ADC_BUTTONS 0
#define ADC_REMOTE 1
#define ADC_BATTERY 2
+#define ADC_UNREG_POWER ADC_BATTERY /* For compatibility */
#else
#define NUM_ADC_CHANNELS 8