Skip to content

Commit

Permalink
Fix incompatible pointer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed Oct 10, 2024
1 parent b566324 commit 0e331b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/MAX32655/UART_DMA/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void readCallback(mxc_uart_req_t *req, int error)
READ_FLAG = error;
}

void buttonHandler(void)
void buttonHandler(void *pb)
{
buttonPressed = 1;
}
Expand Down

0 comments on commit 0e331b2

Please sign in to comment.