diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 17:06:15 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-30 17:06:15 -0500 |
commit | ea84e2a1a4bdf3f46aa3789ed3f7e96c673d7c2c (patch) | |
tree | 212a3e9cdc582480e9c904444c972b2de4bbee46 /Core/Inc/stm32u0xx_it.h | |
parent | 88ea3cc0ef9ac4b9f951388916dfe2c970e09a5e (diff) |
idle signaling; 5mW draw
Diffstat (limited to 'Core/Inc/stm32u0xx_it.h')
-rw-r--r-- | Core/Inc/stm32u0xx_it.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Core/Inc/stm32u0xx_it.h b/Core/Inc/stm32u0xx_it.h index fe3b5f7..d134079 100644 --- a/Core/Inc/stm32u0xx_it.h +++ b/Core/Inc/stm32u0xx_it.h @@ -53,7 +53,6 @@ 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 */
|