File tree Expand file tree Collapse file tree 2 files changed +347
-347
lines changed Expand file tree Collapse file tree 2 files changed +347
-347
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * @file ffconf.h
3
- * @brief Include header file to match Arduino library format
4
- */
5
- #ifndef _ARDUINO_FFCONF_H
6
- #define _ARDUINO_FFCONF_H
7
-
8
- #include "stm32_def.h"
9
- #include "bsp_sd.h"
10
-
11
- /* FatFs specific configuration options. */
12
- #if __has_include ("ffconf_custom.h" )
13
- #include "ffconf_custom.h"
14
- #else
15
- #if _FATFS == 68300
16
- #include "ffconf_default_68300.h"
17
- #else
18
- #include "ffconf_default_32020.h"
19
- #endif
20
- #endif
21
- #endif /* _ARDUINO_FFCONF_H */
1
+ /*
2
+ * @file ffconf.h
3
+ * @brief Include header file to match Arduino library format
4
+ */
5
+ #ifndef _ARDUINO_FFCONF_H
6
+ #define _ARDUINO_FFCONF_H
7
+
8
+ #include "stm32_def.h"
9
+ #include "bsp_sd.h"
10
+
11
+ /* FatFs specific configuration options. */
12
+ #if __has_include ("ffconf_custom.h" )
13
+ #include "ffconf_custom.h"
14
+ #else
15
+ #if _FATFS == 68300
16
+ #include "ffconf_default_68300.h"
17
+ #else
18
+ #include "ffconf_default_32020.h"
19
+ #endif
20
+ #endif
21
+ #endif /* _ARDUINO_FFCONF_H */
You can’t perform that action at this time.
0 commit comments