mirror of https://github.com/ARMmbed/mbed-os.git
Fixing unicode error in IAR compilation
parent
4e019a646a
commit
cc09e069a0
|
@ -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