mirror of https://github.com/ARMmbed/mbed-os.git
STORAGE: missing retarget.h in fat_file_system/main.cpp for missing S_IRWXU, S_IRWXG, S_IRWXO symbols.
parent
cbcc445f54
commit
f84f2f2d20
|
|
@ -21,6 +21,7 @@
|
|||
#include "HeapBlockDevice.h"
|
||||
#include "FATFileSystem.h"
|
||||
#include <stdlib.h>
|
||||
#include "retarget.h"
|
||||
|
||||
using namespace utest::v1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue