Skip to content

Commit c2f0af6

Browse files
committed
boards: tcc: increase the value of CONFIG_MAX_THREAD_BYTES
change the value of CONFIG_MAX_THREAD_BYTES defined in the boards/tcc/topst_vcp45/topst_vcp45_defconfig file from 3 to 13. Signed-off-by: Hounjoung Rim <[email protected]>
1 parent 1ab5289 commit c2f0af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/tcc/topst_vcp45/topst_vcp45_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# Copyright 2024 Hounjoung Rim <[email protected]>
33

4-
CONFIG_MAX_THREAD_BYTES=3
4+
CONFIG_MAX_THREAD_BYTES=13
55
CONFIG_THREAD_STACK_INFO=y
66

77
CONFIG_GPIO=y

0 commit comments

Comments
 (0)