Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection once we figure that out.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2008-05-29 06:12:08 +00:00
parent 5c5e849196
commit 07bfba21ae
3 changed files with 6 additions and 1 deletions

View file

@ -19,9 +19,10 @@
#ifndef _ADC_TARGET_H_
#define _ADC_TARGET_H_
#define NUM_ADC_CHANNELS 1
#define NUM_ADC_CHANNELS 2
#define ADC_BATTERY 0
#define ADC_ACCESSORY 1
#define ADC_UNREG_POWER ADC_BATTERY
/* Force a scan now */