Skip to content

Commit e4a4c63

Browse files
committed
Update #define FFCONF_DEF
to align with R0.15a
1 parent 3776079 commit e4a4c63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

targets/AzureRTOS/ST/ORGPAL_PALTHREE/ffconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/ Configurations of FatFs Module
99
/---------------------------------------------------------------------------*/
1010

11-
#define FFCONF_DEF 80286 /* Revision ID */
11+
#define FFCONF_DEF 5380 /* Revision ID */
1212

1313
/*---------------------------------------------------------------------------/
1414
/ Function Configurations

targets/ChibiOS/ORGPAL_PALTHREE/ffconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/ Configurations of FatFs Module
1010
/---------------------------------------------------------------------------*/
1111

12-
#define FFCONF_DEF 80286 /* Revision ID */
12+
#define FFCONF_DEF 5380 /* Revision ID */
1313

1414
/*---------------------------------------------------------------------------/
1515
/ Function Configurations

targets/ChibiOS/ORGPAL_PALX/ffconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/ Configurations of FatFs Module
1010
/---------------------------------------------------------------------------*/
1111

12-
#define FFCONF_DEF 80286 /* Revision ID */
12+
#define FFCONF_DEF 5380 /* Revision ID */
1313

1414
/*---------------------------------------------------------------------------/
1515
/ Function Configurations

targets/ChibiOS/ST_STM32F769I_DISCOVERY/ffconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/ Configurations of FatFs Module
1010
/---------------------------------------------------------------------------*/
1111

12-
#define FFCONF_DEF 80286 /* Revision ID */
12+
#define FFCONF_DEF 5380 /* Revision ID */
1313

1414
/*---------------------------------------------------------------------------/
1515
/ Function Configurations

targets/FreeRTOS/NXP/_FatFs/ffconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/ Configurations of FatFs Module
66
/---------------------------------------------------------------------------*/
77

8-
#define FFCONF_DEF 80286 /* Revision ID */
8+
#define FFCONF_DEF 5380 /* Revision ID */
99

1010
#define SD_DISK_ENABLE
1111

0 commit comments

Comments
 (0)