Skip to content

Commit

Permalink
Remove wrong GPIO handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Aug 17, 2023
1 parent af7f9d2 commit e926cf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Libraries/Boards/MAX32690/EvKit_V1/Source/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ __weak void GPIO2_IRQHandler(void)
MXC_GPIO_Handler(MXC_GPIO_GET_IDX(MXC_GPIO2));
}

// Default handler for generic GPIO interrupts on port 4 (used by pushbutton)
__weak void GPIO4_IRQHandler(void)
{
MXC_GPIO_Handler(MXC_GPIO_GET_IDX(MXC_GPIO4));
}

/******************************************************************************/
int Board_Init(void)
{
Expand Down

0 comments on commit e926cf2

Please sign in to comment.