[riot-notifications] [RIOT-OS/RIOT] pkg/fatfs: fatfs_vfs: wire up format() (#14430)
benpicco
notifications at github.com
Thu Nov 19 16:56:45 CET 2020
@benpicco commented on this pull request.
> +#ifndef CONFIG_FATFS_TYPE
+#if FF_FS_EXFAT
+#define CONFIG_FATFS_TYPE FM_EXFAT
+#else
+#define CONFIG_FATFS_TYPE FM_FAT32
+#endif
+#endif
Ok, moved it there.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/14430#discussion_r526999173
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201119/cdd680cc/attachment.htm>
More information about the notifications
mailing list