summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/adc-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ipod/adc-target.h')
-rw-r--r--firmware/target/arm/ipod/adc-target.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/adc-target.h b/firmware/target/arm/ipod/adc-target.h
index 8458779b59..983dd4fbba 100644
--- a/firmware/target/arm/ipod/adc-target.h
+++ b/firmware/target/arm/ipod/adc-target.h
@@ -19,9 +19,10 @@
19#ifndef _ADC_TARGET_H_ 19#ifndef _ADC_TARGET_H_
20#define _ADC_TARGET_H_ 20#define _ADC_TARGET_H_
21 21
22#define NUM_ADC_CHANNELS 1 22#define NUM_ADC_CHANNELS 2
23 23
24#define ADC_BATTERY 0 24#define ADC_BATTERY 0
25#define ADC_ACCESSORY 1
25#define ADC_UNREG_POWER ADC_BATTERY 26#define ADC_UNREG_POWER ADC_BATTERY
26 27
27/* Force a scan now */ 28/* Force a scan now */