mbed-os/features/storage/filesystem/fat
Janne Kiiskila 33e971170c IAR / FATFS - Pe029 error
IAR compilation fails at `_fs = { 0 };` due to

```
[Error] FATFileSystem.cpp@285,0: [Pe029]: expected an expression
```

Changing that object initializer list instead, as that seems
to pass IAR compilation, too.

Changed original memset to object initialiser list based on review
feedback from Kevin Bracey.
2019-08-23 11:41:08 +01:00
..
ChaN Coverity and compilation warnings fixes 2019-08-12 08:42:56 +01:00
FATFileSystem.cpp IAR / FATFS - Pe029 error 2019-08-23 11:41:08 +01:00
FATFileSystem.h Minor Doxygen fixes for all file system classes 2019-01-10 15:09:52 +02:00