From c61cf3dc070b673bc7d7f1e232f127f9a5836929 Mon Sep 17 00:00:00 2001 From: Rajkumar Kanagaraj Date: Wed, 29 Jan 2020 09:24:21 -0800 Subject: [PATCH] Incorporated the review comment --- .../blockdevice/COMPONENT_SD/TESTS/filesystem/fopen/fopen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/storage/blockdevice/COMPONENT_SD/TESTS/filesystem/fopen/fopen.cpp b/components/storage/blockdevice/COMPONENT_SD/TESTS/filesystem/fopen/fopen.cpp index 5c18d2c5fa..f0bcea0e0d 100644 --- a/components/storage/blockdevice/COMPONENT_SD/TESTS/filesystem/fopen/fopen.cpp +++ b/components/storage/blockdevice/COMPONENT_SD/TESTS/filesystem/fopen/fopen.cpp @@ -928,7 +928,7 @@ control_t fsfat_fopen_test_08(const size_t call_count) fclose(fp); return CaseNext; } -#endif +#endif // !defined(__MICROLIB) /** @brief test for operation of ftell() *