Skip to content

Commit

Permalink
Cleaned up PAL UART example
Browse files Browse the repository at this point in the history
  • Loading branch information
crsz20 committed Nov 26, 2024
1 parent 960f903 commit a4ef480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/MAX32690/Bluetooth/PAL_UART/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static uint8_t rxData[10];
/*************************************************************************************************/
void rd_callback(void)
{
PalUartWriteData(PAL_UART_ID_TERMINAL, rxData, 1);
PalUartWriteData(PAL_UART_ID_TERMINAL, rxData, 1);
}

/*************************************************************************************************/
Expand Down

0 comments on commit a4ef480

Please sign in to comment.