Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_AnalogWatchdog/Inc/stm32wbxx_it.h')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_AnalogWatchdog/Inc/stm32wbxx_it.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_AnalogWatchdog/Inc/stm32wbxx_it.h b/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_AnalogWatchdog/Inc/stm32wbxx_it.h
index a6cc81a87..2d30dc20c 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_AnalogWatchdog/Inc/stm32wbxx_it.h
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Examples/ADC/ADC_AnalogWatchdog/Inc/stm32wbxx_it.h
@@ -51,13 +51,10 @@
void SVC_Handler(void);
void PendSV_Handler(void);
void SysTick_Handler(void);
+void DMA1_Channel1_IRQHandler(void);
+void ADC1_IRQHandler(void);
/* USER CODE BEGIN EFP */
void EXTI4_IRQHandler(void);
-
-void ADCx_IRQHandler(void);
-void ADCx_DMA_IRQHandler(void);
-
-
/* USER CODE END EFP */
#ifdef __cplusplus