mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-09 16:54:15 +08:00

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>