File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
TESTS/mbedmicro-rtos-mbed/heap_and_stack Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,7 @@ struct linked_list {
59
59
60
60
// Global test variables
61
61
#define TEST_VALUE 789
62
- static struct Test
63
- {
62
+ static struct Test {
64
63
Test () : val(TEST_VALUE) {}
65
64
~Test () {}
66
65
int val;
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ int $Sub$$main(void)
125
125
// post stack/heap is not active in microlib
126
126
// so call the function explicitly.
127
127
_platform_post_stackheap_init ();
128
- #endif
128
+ #endif
129
129
mbed_toolchain_init ();
130
130
mbed_main ();
131
131
return $Super$$main ();
@@ -178,7 +178,7 @@ void __mbed_init(void)
178
178
179
179
mbed_stack_isr_start = (unsigned char * )__section_begin ("CSTACK" );
180
180
mbed_stack_isr_size = (uint32_t )__section_size ("CSTACK" );
181
-
181
+
182
182
mbed_init ();
183
183
}
184
184
You can’t perform that action at this time.
0 commit comments