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.
1 parent e48bca4 commit aeaecf8Copy full SHA for aeaecf8
arch/arm/core/cortex_m/prep_c.c
@@ -52,7 +52,7 @@ void *_vector_table_pointer;
52
#define VTOR_MASK SCB_VTOR_TBLOFF_Msk
53
#endif
54
55
-static inline void relocate_vector_table(void)
+void __weak relocate_vector_table(void)
56
{
57
SCB->VTOR = VECTOR_ADDRESS & VTOR_MASK;
58
barrier_dsync_fence_full();
0 commit comments