From 3622bbf21518e889e158b09463c6e4641e687a48 Mon Sep 17 00:00:00 2001 From: crsz20 Date: Tue, 26 Nov 2024 15:53:05 -0600 Subject: [PATCH] Satisfy linter complaints --- Examples/MAX32690/Bluetooth/PAL_UART/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples/MAX32690/Bluetooth/PAL_UART/main.c b/Examples/MAX32690/Bluetooth/PAL_UART/main.c index df0d39e9dd..dfdaa2f76b 100644 --- a/Examples/MAX32690/Bluetooth/PAL_UART/main.c +++ b/Examples/MAX32690/Bluetooth/PAL_UART/main.c @@ -79,8 +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;