From 80cd67c800b8425341f0a908f3983cf9e2327099 Mon Sep 17 00:00:00 2001 From: crsz20 Date: Tue, 26 Nov 2024 15:57:35 -0600 Subject: [PATCH] Satisfy linter complaints --- Examples/MAX32690/Bluetooth/PAL_UART/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/MAX32690/Bluetooth/PAL_UART/main.c b/Examples/MAX32690/Bluetooth/PAL_UART/main.c index dfdaa2f76b3..f8931e10622 100644 --- a/Examples/MAX32690/Bluetooth/PAL_UART/main.c +++ b/Examples/MAX32690/Bluetooth/PAL_UART/main.c @@ -79,7 +79,7 @@ int main(void) PalUartInit(PAL_UART_ID_TERMINAL, &pCfg); PalUartReadData(PAL_UART_ID_TERMINAL, rxData, 1); - while (1) {}; + while (1) {} /* Does not return. */ return 0;