summaryrefslogtreecommitdiff
path: root/firmware/target/arm/adc-pp5020.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/adc-pp5020.c')
-rw-r--r--firmware/target/arm/adc-pp5020.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/adc-pp5020.c b/firmware/target/arm/adc-pp5020.c
index 7ce5ac7011..a7f0fce407 100644
--- a/firmware/target/arm/adc-pp5020.c
+++ b/firmware/target/arm/adc-pp5020.c
@@ -119,7 +119,7 @@ void adc_init(void)
119 ADC_ADDR |= 0x2000000; 119 ADC_ADDR |= 0x2000000;
120 ADC_STATUS |= 0x2000; 120 ADC_STATUS |= 0x2000;
121 121
122#if defined (IRIVER_H10) || defined(IRIVER_H10_5GB) 122#if defined (IRIVER_H10) || defined(IRIVER_H10_5GB) || defined(MROBE_100)
123 /* Enable channel 2 (H10:remote) */ 123 /* Enable channel 2 (H10:remote) */
124 DEV_INIT1 &=~0x300; 124 DEV_INIT1 &=~0x300;
125 DEV_INIT1 |= 0x100; 125 DEV_INIT1 |= 0x100;