ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTAT

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-07-24 17:32:50 +00:00
parent 10a1e8a609
commit 0157c62418
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
#define ADC_BATTERY 0
#define ADC_ACCESSORY 1
#define ADC_UNREG_POWER ADC_BATTERY
#ifdef IPOD_VIDEO
#if defined(IPOD_VIDEO) || defined(IPOD_NANO)
#define ADC_4066_ISTAT 2
#define NUM_ADC_CHANNELS 3
#else