405 rtt: 部分配置调整

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-26 09:03:23 +08:00
parent ec86a22bb1
commit 49fcacf9cc
9 changed files with 75 additions and 106 deletions

View File

@@ -59,8 +59,8 @@ void SystemClock_Config(void)
HAL_RCC_EnableCSS();
}
#include "shell.h"
INIT_APP_EXPORT(finsh_system_init);
//#include "shell.h"
//INIT_APP_EXPORT(finsh_system_init);
extern void fal(uint8_t argc, char **argv);
MSH_CMD_EXPORT(fal, FAL (Flash Abstraction Layer) operate.);