adc driver update
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user