[bsp][stm32] fix some error

This commit is contained in:
SummerGift 2018-12-18 10:37:57 +08:00
parent 355783c5fa
commit 9cd881bf05
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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};