JianyuWang0623 opened a new pull request, #15541: URL: https://github.com/apache/nuttx/pull/15541
## Summary boards: Replace `CONFIG_NSH_LINELEN` with `CONFIG_LINE_MAX` Details: https://github.com/apache/nuttx-apps/pull/2943 1. find boards/ -name defconfig | xargs sed -i 's/CONFIG_NSH_LINELEN/CONFIG_LINE_MAX/g' 2. ./tools/refresh.sh --silent --defaults all ## Impact boards/* ## Testing 1. Selftest with refresh.sh 2. CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
