We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24f961f + edfe6d5 commit 87f14c5Copy full SHA for 87f14c5
src/components.c
@@ -92,7 +92,7 @@ void rt_components_board_init(void)
92
rt_kprintf(":%d done\n", result);
93
}
94
#else
95
- const init_fn_t *fn_ptr;
+ volatile const init_fn_t *fn_ptr;
96
97
for (fn_ptr = &__rt_init_rti_board_start; fn_ptr < &__rt_init_rti_board_end; fn_ptr++)
98
{
@@ -118,7 +118,7 @@ void rt_components_init(void)
118
119
120
121
122
123
for (fn_ptr = &__rt_init_rti_board_end; fn_ptr < &__rt_init_rti_end; fn_ptr ++)
124
0 commit comments