提交 cf7292d4 编写于 作者: S SummerGift

[bsp][stm32] SD card micro BSP_USING_SDCARD

上级 9cd881bf
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <rtthread.h> #include <rtthread.h>
#ifdef RT_USING_DFS #ifdef BSP_USING_SDCARD
#include <dfs_elm.h> #include <dfs_elm.h>
#include <dfs_fs.h> #include <dfs_fs.h>
...@@ -61,5 +61,5 @@ int stm32_sdcard_mount(void) ...@@ -61,5 +61,5 @@ int stm32_sdcard_mount(void)
} }
INIT_APP_EXPORT(stm32_sdcard_mount); INIT_APP_EXPORT(stm32_sdcard_mount);
#endif #endif /* BSP_USING_SDCARD */
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <rtthread.h> #include <rtthread.h>
#ifdef RT_USING_DFS #ifdef BSP_USING_SDCARD
#include <dfs_elm.h> #include <dfs_elm.h>
#include <dfs_fs.h> #include <dfs_fs.h>
...@@ -61,5 +61,5 @@ int stm32_sdcard_mount(void) ...@@ -61,5 +61,5 @@ int stm32_sdcard_mount(void)
} }
INIT_APP_EXPORT(stm32_sdcard_mount); INIT_APP_EXPORT(stm32_sdcard_mount);
#endif #endif /* BSP_USING_SDCARD */
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <rtthread.h> #include <rtthread.h>
#ifdef RT_USING_DFS #ifdef BSP_USING_SDCARD
#include <dfs_elm.h> #include <dfs_elm.h>
#include <dfs_fs.h> #include <dfs_fs.h>
...@@ -72,5 +72,5 @@ int stm32_sdcard_mount(void) ...@@ -72,5 +72,5 @@ int stm32_sdcard_mount(void)
} }
INIT_APP_EXPORT(stm32_sdcard_mount); INIT_APP_EXPORT(stm32_sdcard_mount);
#endif #endif /* BSP_USING_SDCARD */
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <rtthread.h> #include <rtthread.h>
#ifdef RT_USING_DFS #ifdef BSP_USING_SDCARD
#include <dfs_elm.h> #include <dfs_elm.h>
#include <dfs_fs.h> #include <dfs_fs.h>
...@@ -71,5 +71,5 @@ static int rt_hw_spi1_tfcard(void) ...@@ -71,5 +71,5 @@ static int rt_hw_spi1_tfcard(void)
} }
INIT_DEVICE_EXPORT(rt_hw_spi1_tfcard); INIT_DEVICE_EXPORT(rt_hw_spi1_tfcard);
#endif #endif /* BSP_USING_SDCARD */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册