Skip to content

Commit f84f2f2

Browse files
committed
STORAGE: missing retarget.h in fat_file_system/main.cpp for missing S_IRWXU, S_IRWXG, S_IRWXO symbols.
1 parent cbcc445 commit f84f2f2

File tree

1 file changed

+1
-0
lines changed
  • features/TESTS/filesystem/fat_file_system

1 file changed

+1
-0
lines changed

features/TESTS/filesystem/fat_file_system/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "HeapBlockDevice.h"
2222
#include "FATFileSystem.h"
2323
#include <stdlib.h>
24+
#include "retarget.h"
2425

2526
using namespace utest::v1;
2627

0 commit comments

Comments
 (0)