Skip to content

Commit 6f22836

Browse files
committed
Unix file format
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 613b497 commit 6f22836

File tree

2 files changed

+347
-347
lines changed

2 files changed

+347
-347
lines changed

src/ffconf.h

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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 */

0 commit comments

Comments
 (0)