Skip to content

Commit

Permalink
fix(startup): remove duplicated lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Mar 19, 2024
1 parent acb2600 commit 9e368d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions startup/startup_stm32f746xx.s
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ g_pfnVectors:
.weak DMA2_Stream4_IRQHandler
.thumb_set DMA2_Stream4_IRQHandler,Default_Handler

.weak DMA2_Stream4_IRQHandler
.thumb_set DMA2_Stream4_IRQHandler,Default_Handler

.weak ETH_IRQHandler
.thumb_set ETH_IRQHandler,Default_Handler

Expand Down

0 comments on commit 9e368d2

Please sign in to comment.