mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
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:
parent
5c5e849196
commit
07bfba21ae
3 changed files with 6 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue