diff --git a/rt-thread-version/rt-thread-nano/finsh-port/an0045-finsh-port.md b/rt-thread-version/rt-thread-nano/finsh-port/an0045-finsh-port.md index 2295f0a18f3304a2aeeadd492e8132be782ea08b..9f441ac0f84fb86eabc1606d74ed66f6517d21b0 100644 --- a/rt-thread-version/rt-thread-nano/finsh-port/an0045-finsh-port.md +++ b/rt-thread-version/rt-thread-nano/finsh-port/an0045-finsh-port.md @@ -139,6 +139,7 @@ void rt_hw_console_output(const char *str) ![Cube MX 添加 FinSH 源码](figures/cube-add-finsh-src-3.1.5.png) 然后在生成后的代码中,找到 rtconfig.h,使能 `#include "finsh_config.h"` 。 +注:3.1.5 版本中 rtconfgi.h 已经包含有 finsh_config.h 的相关宏定义。所以请二选一屏蔽掉重复的宏定义 #### 其他 IDE 添加 FinSH 源码