From e1285d73face3c1302fd93a2a43863fdfb877cf3 Mon Sep 17 00:00:00 2001 From: chao an Date: Mon, 20 Jan 2025 15:29:17 +0800 Subject: [PATCH] Documentation: Replace NSH_LINELEN with LINE_MAX forget in: commit 38a0049f564edcfa5e68cf80256752b3c2bd790a Author: Xiang Xiao Date: Sun Jan 19 11:59:01 2025 +0800 Documentation: Replace NSH_LINELEN with LINE_MAX Signed-off-by: chao an --- Documentation/applications/system/uorb/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/applications/system/uorb/index.rst b/Documentation/applications/system/uorb/index.rst index 35e78de8b9f..59eb963a80d 100644 --- a/Documentation/applications/system/uorb/index.rst +++ b/Documentation/applications/system/uorb/index.rst @@ -584,7 +584,7 @@ This tool provides a flexible way to monitor and log uORB topic data, aiding in ``uorb_generator`` this tool can be used in conjunction with ``uorb_listener``. -Before using the tool, it is necessary to set the NSH_LINELEN parameter to a sufficiently long length to ensure that the terminal +Before using the tool, it is necessary to set the CONFIG_LINE_MAX parameter to a sufficiently long length to ensure that the terminal can accept complete input data. A recommendation is to set it to 256 or 512. Incoming data can be printed via uorb_listener or concatenated manually using format information, but it must be