Skip to content

Commit

Permalink
added pal uart example for loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Nov 20, 2024
1 parent a03f3f8 commit 18c3ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Examples/MAX32690/Bluetooth/PAL_UART/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ static char rxData[10];
void rd_callback(void)
{
PalUartWriteData(PAL_UART_ID_TERMINAL, rxData, 1);
PalUartReadData(PAL_UART_ID_TERMINAL, rxData, 1);

}
void wr_callback(void)
{

PalUartReadData(PAL_UART_ID_TERMINAL, rxData, 1);
}
int main(void)
{
Expand Down
2 changes: 1 addition & 1 deletion Libraries/CMSIS/Device/Maxim/GCC/mxc_version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
##############################################################################
# Autogenerated version info for build system.
MSDK_VERSION_STRING := v2023_10-332-g7665a90b844
MSDK_VERSION_STRING := v2023_10-333-ga03f3f8b2f8
MSDK_VERSION_YEAR := 2023
MSDK_VERSION_MONTH := 10

Expand Down

0 comments on commit 18c3ae6

Please sign in to comment.