mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
a51a60d485
Summary: - I noticed that getopt() test in ostest wailed with esp32-devkitc:smp and spresense:smp - Finally, I found that the task-specific data is not initialized. - This commit fixes this issue Impact: - None Testing: - Tested with ostest esp32-devkitc:smp and spresense:smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>