Skip to content

Commit c61cf3d

Browse files
committed
Incorporated the review comment
1 parent 0d95f7e commit c61cf3d

File tree

1 file changed

+1
-1
lines changed
  • components/storage/blockdevice/COMPONENT_SD/TESTS/filesystem/fopen

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_SD/TESTS/filesystem/fopen/fopen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ control_t fsfat_fopen_test_08(const size_t call_count)
928928
fclose(fp);
929929
return CaseNext;
930930
}
931-
#endif
931+
#endif // !defined(__MICROLIB)
932932

933933
/** @brief test for operation of ftell()
934934
*

0 commit comments

Comments
 (0)