diff --git a/Examples/MAX32690/Bluetooth/PAL_UART/main.c b/Examples/MAX32690/Bluetooth/PAL_UART/main.c index dfdaa2f76b..f8931e1062 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;