From d62131978cfc96b4deb2d46af36c80e1a5df00c8 Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Mon, 20 Nov 2023 20:40:29 +0100 Subject: [PATCH] Conform to style Change the comment of Clear screen so it fits the rest --- project/Core/Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c index 6ab721a..e2665af 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -121,7 +121,7 @@ int main(void) BSP_QSPI_MemoryMappedMode(); WRITE_REG(QUADSPI->LPTR, 0xFFF); - // Clear terminal + /* Clear terminal */ printf(CLEAR_SCREEN); /* Initialize the LCD */