mbed-os/features/storage
Janne Kiiskila f149b4c309 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-22 10:58:35 +03:00
..
TESTS Merge pull request #11183 from OpenNuvoton/nuvoton_m252kg_test 2019-08-20 09:49:58 +02:00
blockdevice Coverity and compilation warnings fixes 2019-08-07 10:30:52 +03:00
filesystem IAR / FATFS - Pe029 error 2019-08-22 10:58:35 +03:00
kvstore Merge pull request #11165 from VeijoPesonen/fix_internal_kvstore_config 2019-08-19 11:46:39 +02:00
nvstore Zero initialise all NVStore&kvstore members 2019-08-07 14:17:15 +03:00
system_storage Add missing RSPIF component to the defaut BlockDevice handler 2019-03-05 08:25:48 -08:00