From 196fbe5c68bfdea65394a216a983a61ac215c692 Mon Sep 17 00:00:00 2001 From: Yossi Levy Date: Sun, 14 Oct 2018 12:13:53 +0300 Subject: [PATCH] Fixing unicode error in IAR compilation --- .../COMPONENT_FLASHIAP/TESTS/filesystem/fopen/fopen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/filesystem/fopen/fopen.cpp b/components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/filesystem/fopen/fopen.cpp index debe30b28d..9e39dbffe5 100644 --- a/components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/filesystem/fopen/fopen.cpp +++ b/components/storage/blockdevice/COMPONENT_FLASHIAP/TESTS/filesystem/fopen/fopen.cpp @@ -680,7 +680,7 @@ control_t fslittle_fopen_test_05(const size_t call_count) } -static const char fslittle_fopen_ascii_illegal_buf_g[] = "\"�'*+,./:;<=>?[\\]|"; +static const char fslittle_fopen_ascii_illegal_buf_g[] = "\"?'*+,./:;<=>?[\\]|"; /** @brief test to call fopen() with filename that in includes * illegal characters