Skip to content

Commit 698de3b

Browse files
committed
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.
1 parent 8e854b1 commit 698de3b

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbedmicro-rtos-mbed/heap_and_stack

1 file changed

+1
-1
lines changed

TESTS/mbedmicro-rtos-mbed/heap_and_stack/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#if defined(TARGET_CORTEX_A)
19-
  #error [NOT_SUPPORTED] This function not supported for this target
19+
#error [NOT_SUPPORTED] This function not supported for this target
2020
#endif
2121

2222
#include <stdio.h>

0 commit comments

Comments
 (0)