diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-17 00:01:22 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-17 00:01:22 -0500 |
| commit | 2f60747dd3b51321903de9c51789765d41ed83e4 (patch) | |
| tree | 29b414376f804719480a98963afeeb3a66beb039 /Core/Inc/stm32h7xx_it.h | |
| parent | fddef9d200acd8f715d42f94b42722f2a2ee6600 (diff) | |
audio driver
Diffstat (limited to 'Core/Inc/stm32h7xx_it.h')
| -rwxr-xr-x | Core/Inc/stm32h7xx_it.h | 2 |
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);
|
