We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0769f19 commit 9806c00Copy full SHA for 9806c00
system/STM32MP1xx/system_stm32mp1xx.c
@@ -73,8 +73,10 @@
73
/*!< Uncomment the following line if you need to relocate your vector Table in
74
Internal SRAM. */
75
/* #define VECT_TAB_SRAM */
76
-#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
+#ifndef VECT_TAB_OFFSET
77
+#define VECT_TAB_OFFSET 0x00 /*!< Vector Table base offset field.
78
This value must be a multiple of 0x400. */
79
+#endif
80
/******************************************************************************/
81
82
/**
0 commit comments