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

@@ -1,3 +1,7 @@
2013-11-12 Niibe Yutaka <gniibe@fsij.org>
* src/adc_stm32f103.c (adc_wait_completion): Update from NeuG 1.0.
2013-11-03 Niibe Yutaka <gniibe@fsij.org>
* regnual/regnual.c (usb_cb_get_descriptor): Update to new API.

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.
*/
}
}