Skip to content

Commit

Permalink
Satisfy linter complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
crsz20 committed Nov 26, 2024
1 parent 3622bbf commit 80cd67c
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 @@ -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;
Expand Down

0 comments on commit 80cd67c

Please sign in to comment.