Skip to content

Commit 0e331b2

Browse files
committed
Fix incompatible pointer warning
1 parent b566324 commit 0e331b2

File tree

1 file changed

+1
-1
lines changed
  • Examples/MAX32655/UART_DMA

1 file changed

+1
-1
lines changed

Examples/MAX32655/UART_DMA/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void readCallback(mxc_uart_req_t *req, int error)
7171
READ_FLAG = error;
7272
}
7373

74-
void buttonHandler(void)
74+
void buttonHandler(void *pb)
7575
{
7676
buttonPressed = 1;
7777
}

0 commit comments

Comments
 (0)