[clean] Remove deprecated FINSH_FUNCTION_EXPORT_ALIAS macro#10940
[clean] Remove deprecated FINSH_FUNCTION_EXPORT_ALIAS macro#10940
Conversation
|
|
|
👋 感谢您对 RT-Thread 的贡献!Thank you for your contribution to RT-Thread! 为确保代码符合 RT-Thread 的编码规范,请在你的仓库中执行以下步骤运行代码格式化工作流(如果格式化CI运行失败)。 🛠 操作步骤 | Steps
完成后,提交将自动更新至 如有问题欢迎联系我们,再次感谢您的贡献!💐 |
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
你好,请签署一下协议 |
📌 Code Review Assignment🏷️ Tag: componentsReviewers: @Maihuanyi Changed Files (Click to expand)
🏷️ Tag: components_driver_pmReviewers: @wdfk-prog Changed Files (Click to expand)
📊 Current Review Status (Last Updated: 2025-11-17 15:44 CST)
📝 Review Instructions
|
The
FINSH_FUNCTION_EXPORT_ALIASmacro has been deprecated but 28 call sites remained across the codebase. This PR removes all references.Changes
components/finsh/finsh.handinclude/rtdef.h#ifdefblocks left after removal (e.g.,bsp/simulator/drivers/module_win32.c)Impact
No functional changes. The macro was already defined as empty:
All MSH command exports remain intact and functional.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.