From 2a2890b6757927b38e933a538a2d1d72ae197d8b Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Thu, 3 Jul 2025 09:21:48 +0200 Subject: [PATCH] Fix: hello_world prj.conf - set correct board name --- software/apps/hello_world/prj.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/apps/hello_world/prj.conf b/software/apps/hello_world/prj.conf index ef1ed77..bfb4912 100644 --- a/software/apps/hello_world/prj.conf +++ b/software/apps/hello_world/prj.conf @@ -1,4 +1,4 @@ -CONFIG_BOARD="stm32g431_core" + CONFIG_CONSOLE=y CONFIG_LOG=y -CONFIG_UART_CONSOLE=y +CONFIG_UART_CONSOLE=y \ No newline at end of file