Delete all Time and EXTI from stm32h7xx_it and Runes.cpp#73
Draft
victor-Lopez25 wants to merge 4 commits intomainfrom
Draft
Delete all Time and EXTI from stm32h7xx_it and Runes.cpp#73victor-Lopez25 wants to merge 4 commits intomainfrom
victor-Lopez25 wants to merge 4 commits intomainfrom
Conversation
diff --git a/Core/Inc/stm32h7xx_it.h b/Core/Inc/stm32h7xx_it.h index 19b0972..f14abd9 100644 --- a/Core/Inc/stm32h7xx_it.h +++ b/Core/Inc/stm32h7xx_it.h @@ -55,18 +55,6 @@ void SVC_Handler(void); void DebugMon_Handler(void); void PendSV_Handler(void); void SysTick_Handler(void); -void EXTI0_IRQHandler(void); -void EXTI1_IRQHandler(void); -void DMA1_Stream0_IRQHandler(void); -void DMA1_Stream1_IRQHandler(void); -void DMA1_Stream2_IRQHandler(void); -void DMA1_Stream3_IRQHandler(void); -void DMA1_Stream4_IRQHandler(void); -void DMA1_Stream5_IRQHandler(void); -void DMA1_Stream6_IRQHandler(void); -void DMA2_Stream0_IRQHandler(void); -void DMA2_Stream1_IRQHandler(void); -void DMA2_Stream2_IRQHandler(void); void FMAC_IRQHandler(void); void I2C2_EV_IRQHandler(void); void SPI3_IRQHandler(void); @@ -74,8 +62,6 @@ void ETH_IRQHandler(void); void LPTIM1_IRQHandler(void); void LPTIM2_IRQHandler(void); void LPTIM3_IRQHandler(void); -void TIM23_IRQHandler(void); -void TIM24_IRQHandler(void); /* USER CODE BEGIN EFP */ /* USER CODE END EFP */
Contributor
|
You didn't have to change the generated metadata! And there are also some conflicts with main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.