提交 9cd881bf 编写于 作者: S SummerGift

[bsp][stm32] fix some error

上级 355783c5
......@@ -10,7 +10,7 @@
#include <rtthread.h>
#ifdef RT_USING_DFS
#ifdef BSP_USING_SDCARD
#include <dfs_elm.h>
#include <dfs_fs.h>
......@@ -61,5 +61,5 @@ int stm32_sdcard_mount(void)
}
INIT_APP_EXPORT(stm32_sdcard_mount);
#endif
#endif /* BSP_USING_SDCARD */
......@@ -30,4 +30,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
place in ROM_region { readonly };
place in RAM1_region { section .sram };
place in RAM2_region { readwrite, block CSTACK};
place in RAM2_region { readwrite, last block CSTACK};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册