summaryrefslogtreecommitdiffstats
path: root/Core/Inc/stm32u0xx_it.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-30 07:24:10 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-30 07:24:10 -0500
commit914a918465d099dca3f709ea2a20673aaa93560c (patch)
tree001c9fe6e638f31655e6a06355f802b4cf0d3ed6 /Core/Inc/stm32u0xx_it.h
parent6c4c5c656b7fc0ea55df4e6f107722c5879345ab (diff)
microphone handling going well
Diffstat (limited to 'Core/Inc/stm32u0xx_it.h')
-rw-r--r--Core/Inc/stm32u0xx_it.h1
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 */