Skip to content

Commit

Permalink
ports/stm32/mpconfigport: Switch to LFN2.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Nov 30, 2024
1 parent 5e4e345 commit e993704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
#endif

// fatfs configuration used in ffconf.h
#define MICROPY_FATFS_ENABLE_LFN (1)
#define MICROPY_FATFS_ENABLE_LFN (2)
#define MICROPY_FATFS_LFN_CODE_PAGE 437 /* 1=SFN/ANSI 437=LFN/U.S.(OEM) */
#define MICROPY_FATFS_USE_LABEL (1)
#define MICROPY_FATFS_RPATH (2)
Expand Down

0 comments on commit e993704

Please sign in to comment.