OVMS3-idf/components/fatfs
Anton Maklakov 714a9bda92 fatfs: fix errors for GCC 8 support and some indentation
components/fatfs/src/ff.c: In function 'f_fdisk':
components/fatfs/src/ff.c:5995:5: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
     for (n = 16; n < 256 && sz_disk / n / cluster_size > 1024; n *= 2) ;
     ^~~
components/fatfs/src/ff.c:5996:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  if (n == 256) n--;
  ^~
2018-07-02 09:05:00 +00:00
..
src fatfs: fix errors for GCC 8 support and some indentation 2018-07-02 09:05:00 +00:00
test FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
test_fatfs_host partition_table: Warn if the partition table name doesn't match type & subtype 2018-06-22 17:51:34 +10:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
Kconfig fatfs/add menuconfig options for different encodings 2018-03-23 14:06:56 +08:00