diff options
Diffstat (limited to 'demos/STM32/RT-STM32F103-MAPLEMINI/chconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F103-MAPLEMINI/chconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F103-MAPLEMINI/chconf.h b/demos/STM32/RT-STM32F103-MAPLEMINI/chconf.h index 32cc09664..1e7423018 100644 --- a/demos/STM32/RT-STM32F103-MAPLEMINI/chconf.h +++ b/demos/STM32/RT-STM32F103-MAPLEMINI/chconf.h @@ -516,6 +516,8 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define CORTEX_VTOR_INIT 0x5000
+
#endif /* CHCONF_H */
/** @} */
|