mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
ChaN | ||
FATFileSystem.cpp | ||
FATFileSystem.h |