Browse Source

[kernel][object]: update the default value of RT_NAME_MAX to 12

kurisaw 4 tháng trước cách đây
mục cha
commit
3559323427
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Kconfig

+ 1 - 1
src/Kconfig

@@ -5,7 +5,7 @@ rsource "klibc/Kconfig"
 config RT_NAME_MAX
 config RT_NAME_MAX
     int "The maximal size of kernel object name"
     int "The maximal size of kernel object name"
     range 2 64
     range 2 64
-    default 8
+    default 12
     help
     help
         Each kernel object, such as thread, timer, semaphore etc, has a name,
         Each kernel object, such as thread, timer, semaphore etc, has a name,
         the RT_NAME_MAX is the maximal size of this object name.
         the RT_NAME_MAX is the maximal size of this object name.