mirror of https://github.com/ARMmbed/mbed-os.git
Fixing unicode error in IAR compilation
parent
b84f377b73
commit
196fbe5c68
|
@ -680,7 +680,7 @@ control_t fslittle_fopen_test_05(const size_t call_count)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static const char fslittle_fopen_ascii_illegal_buf_g[] = "\"<EFBFBD>'*+,./:;<=>?[\\]|";
|
static const char fslittle_fopen_ascii_illegal_buf_g[] = "\"?'*+,./:;<=>?[\\]|";
|
||||||
|
|
||||||
/** @brief test to call fopen() with filename that in includes
|
/** @brief test to call fopen() with filename that in includes
|
||||||
* illegal characters
|
* illegal characters
|
||||||
|
|
Loading…
Reference in New Issue