adc driver update

This commit is contained in:
NIIBE Yutaka
2013-11-12 13:02:44 +09:00
parent 5b6b2b82e5
commit c7052ac6d2
2 changed files with 4 additions and 6 deletions

View File

@@ -262,11 +262,5 @@ int adc_wait_completion (chopstx_intr_t *intr)
adc_stop_conversion ();
return 0;
}
/*
* Even if STM32_DMA_CR_HTIE is unset, we come here with HTIF=1,
* with unknown reason. Just ignore the interrupt by HTIF to
* continue more data.
*/
}
}