nuttx-apps/system/debugpoint
chenxiaoyi a360884836 system/debugpoint: fix bug the length option parsing error
The debugpoint program has an option "-l" which requires an argument,
which means the optstring to getopt() should be "l:".

Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com>
2025-12-15 18:37:29 +08:00
..
CMakeLists.txt system: Rename debug to debugpoint 2025-12-15 18:34:32 +08:00
Kconfig system: Rename debug to debugpoint 2025-12-15 18:34:32 +08:00
Make.defs system: Rename debug to debugpoint 2025-12-15 18:34:32 +08:00
Makefile system: Rename debug to debugpoint 2025-12-15 18:34:32 +08:00
debug.c system/debugpoint: fix bug the length option parsing error 2025-12-15 18:37:29 +08:00