[riot-notifications] [RIOT-OS/RIOT] pkg/fatfs: fatfs_vfs: wire up format() (#14430)
Koen Zandberg
notifications at github.com
Tue Nov 17 13:32:21 CET 2020
@bergzand 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
This could use some documentation. Does it make sense to move it to `sys/include/fs/fatfs.h` and document the options?
--
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#pullrequestreview-532314509
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201117/b88f484f/attachment.htm>
More information about the notifications
mailing list