nuttx/libcxxtest: Fix build error.

libcxx/src/thread.cpp:123:2: error: #error "Thread.cpp needs to enable config of CONFIG_TLS_TASK_NELEM," " and CONFIG_TLS_TASK_NELEM > 0, please enable it"
  123 | #error "Thread.cpp needs to enable config of CONFIG_TLS_TASK_NELEM," \
      |  ^~~~~

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
cuiziwei 2024-09-24 12:15:15 +08:00 committed by Xiang Xiao
parent 43a8a80c74
commit eb4d1a14b3

View file

@ -91,3 +91,4 @@ CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM_PING=y
CONFIG_TESTING_CXXTEST=y
CONFIG_TLS_NELEM=4
CONFIG_TLS_TASK_NELEM=8