mirror of https://github.com/ARMmbed/mbed-os.git
Modify 2-byte code of "heap and stack" test main for Cortex-A
I modified "space" character from 2-byte code to 1-byte code in "heap and stack" test main.pull/5628/head
parent
8e854b1c89
commit
698de3b5ff
|
@ -16,7 +16,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(TARGET_CORTEX_A)
|
#if defined(TARGET_CORTEX_A)
|
||||||
#error [NOT_SUPPORTED] This function not supported for this target
|
#error [NOT_SUPPORTED] This function not supported for this target
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue