Skip to content

Commit 9717092

Browse files
committed
[kernel][object]: update the default value of RT_NAME_MAX to 12
1 parent 16e729e commit 9717092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rsource "klibc/Kconfig"
55
config RT_NAME_MAX
66
int "The maximal size of kernel object name"
77
range 2 64
8-
default 8
8+
default 12
99
help
1010
Each kernel object, such as thread, timer, semaphore etc, has a name,
1111
the RT_NAME_MAX is the maximal size of this object name.

0 commit comments

Comments
 (0)