diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-30 13:04:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-30 13:04:10 +0000 |
commit | 8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab (patch) | |
tree | 27ab79db6ed83a893b78ee8d878a0ff416cca7b8 /os/hal/ports/STM32L1xx/adc_lld.c | |
parent | 984148e9dbda3053aec71ea7da545bc75cd33e94 (diff) | |
download | ChibiOS-8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab.tar.gz ChibiOS-8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab.tar.bz2 ChibiOS-8c1fc9af2b96a9a3ccae3d8810c21bd7afae97ab.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6337 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32L1xx/adc_lld.c')
-rw-r--r-- | os/hal/ports/STM32L1xx/adc_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32L1xx/adc_lld.c b/os/hal/ports/STM32L1xx/adc_lld.c index ab4b7cd1a..bce7e3725 100644 --- a/os/hal/ports/STM32L1xx/adc_lld.c +++ b/os/hal/ports/STM32L1xx/adc_lld.c @@ -87,7 +87,7 @@ static void adc_lld_serve_rx_interrupt(ADCDriver *adcp, uint32_t flags) { *
* @isr
*/
-OSAL_IRQ_HANDLER(ADC1_IRQHandler) {
+OSAL_IRQ_HANDLER(Vector88) {
uint32_t sr;
OSAL_IRQ_PROLOGUE();
|