From 95bff03f994a2d74d1269c1f3eaa2e38e0a1d470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ga=C5=82at?= Date: Thu, 13 Feb 2025 08:13:13 +0000 Subject: [PATCH] log: increase log thread delay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit current log thread delay is not sufficient incerease to 100ms Signed-off-by: Robert Gałat --- samples/sid_end_device/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sid_end_device/Kconfig.defconfig b/samples/sid_end_device/Kconfig.defconfig index 2e637681c..2b0c4dbf3 100644 --- a/samples/sid_end_device/Kconfig.defconfig +++ b/samples/sid_end_device/Kconfig.defconfig @@ -57,7 +57,7 @@ config SYSTEM_WORKQUEUE_STACK_SIZE default 4096 config LOG_PROCESS_THREAD_STARTUP_DELAY_MS - default 50 if SHELL + default 100 if SHELL config SHELL_STACK_SIZE default 8192 if SID_END_DEVICE_CLI