mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Fix red: e200/c200 use ADC_UNREG_POWER define (for compatibility)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
79e56a7410
commit
527a1dbc70
1 changed files with 2 additions and 0 deletions
|
|
@ -100,6 +100,8 @@ extern void audiohw_set_sample_rate(int sampling_control);
|
|||
#define ADC_I_MICSUP2 11 /* Current of MicSup2 for remote control detection */
|
||||
#define ADC_VBAT 12 /* Single cell battery voltage */
|
||||
|
||||
#define ADC_UNREG_POWER ADC_BVDD /* For compatibility */
|
||||
|
||||
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|
||||
|| CONFIG_CPU == AS3525
|
||||
#define AS3514_I2C_ADDR 0x46
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue