nuttx-apps/examples/telnetd
zhanghongyu a1dbc8f37d examples/telnetd: fix compile telnetd multi definition error
Compiling system/telnetd and examples/telnetd at the same time could not
generate two builtin commands, Because the name is the same, one will be
overwritten, but there will be no compilation errors.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-08-21 17:08:07 +08:00
..
CMakeLists.txt examples/telnetd: fix compile telnetd multi definition error 2024-08-21 17:08:07 +08:00
Kconfig
Make.defs
Makefile examples/telnetd: fix compile telnetd multi definition error 2024-08-21 17:08:07 +08:00
telnetd.c examples/telnetd: Add support to reset command 2024-07-16 09:06:16 +08:00
telnetd.h examples/telnetd: Make it clear the goal of this telned 2024-07-03 17:47:10 +08:00