diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 07:24:10 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 07:24:10 -0500 |
commit | 914a918465d099dca3f709ea2a20673aaa93560c (patch) | |
tree | 001c9fe6e638f31655e6a06355f802b4cf0d3ed6 /Core/Inc/stm32u0xx_it.h | |
parent | 6c4c5c656b7fc0ea55df4e6f107722c5879345ab (diff) |
microphone handling going well
Diffstat (limited to 'Core/Inc/stm32u0xx_it.h')
-rw-r--r-- | Core/Inc/stm32u0xx_it.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/Inc/stm32u0xx_it.h b/Core/Inc/stm32u0xx_it.h index d134079..fe3b5f7 100644 --- a/Core/Inc/stm32u0xx_it.h +++ b/Core/Inc/stm32u0xx_it.h @@ -53,6 +53,7 @@ void PendSV_Handler(void); void SysTick_Handler(void);
void DMA1_Channel1_IRQHandler(void);
void DMA1_Channel2_3_IRQHandler(void);
+void DMA1_Ch4_7_DMA2_Ch1_5_DMAMUX_OVR_IRQHandler(void);
/* USER CODE BEGIN EFP */
/* USER CODE END EFP */
|