summaryrefslogtreecommitdiff
path: root/Core/Inc/stm32h7xx_it.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-08-17 00:01:22 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-08-17 00:01:22 -0500
commit2f60747dd3b51321903de9c51789765d41ed83e4 (patch)
tree29b414376f804719480a98963afeeb3a66beb039 /Core/Inc/stm32h7xx_it.h
parentfddef9d200acd8f715d42f94b42722f2a2ee6600 (diff)
audio driver
Diffstat (limited to 'Core/Inc/stm32h7xx_it.h')
-rwxr-xr-xCore/Inc/stm32h7xx_it.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Inc/stm32h7xx_it.h b/Core/Inc/stm32h7xx_it.h
index b176787..c630d61 100755
--- a/Core/Inc/stm32h7xx_it.h
+++ b/Core/Inc/stm32h7xx_it.h
@@ -55,6 +55,8 @@ void SVC_Handler(void);
void DebugMon_Handler(void);
void PendSV_Handler(void);
void SysTick_Handler(void);
+void DMA1_Stream0_IRQHandler(void);
+void DMA1_Stream1_IRQHandler(void);
void OTG_HS_EP1_OUT_IRQHandler(void);
void OTG_HS_EP1_IN_IRQHandler(void);
void OTG_HS_IRQHandler(void);