summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirmware/target/arm/iriver/h10/adc-h10.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/iriver/h10/adc-h10.c b/firmware/target/arm/iriver/h10/adc-h10.c
index b3a36e6..134b90b 100755
--- a/firmware/target/arm/iriver/h10/adc-h10.c
+++ b/firmware/target/arm/iriver/h10/adc-h10.c
@@ -43,9 +43,6 @@ unsigned short adc_scan(int channel)
ADC_ADDR |= 0x20000000;
ADC_ADDR |= 0x80000000;
- /* Wait 50ms for things to settle */
- sleep(HZ/20);
-
/* ADC_DATA_1 and ADC_DATA_2 are both four bytes, one byte per channel.
For each channel, ADC_DATA_1 stores the 8-bit msb, ADC_DATA_2 stores the
2-bit lsb (in bits 0 and 1). Each channel is 10 bits total. */