aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-09-25 11:39:33 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-09-25 11:39:33 +0000
commit09b0d9645a7c5b103f53b10eadabc839cde88054 (patch)
tree21687eaa12ca1c61d528e2f08ef451578025aff1 /demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h
parent14664e78ce0354bdea4daf2c53a0ae88d3385590 (diff)
downloadChibiOS-09b0d9645a7c5b103f53b10eadabc839cde88054.tar.gz
ChibiOS-09b0d9645a7c5b103f53b10eadabc839cde88054.tar.bz2
ChibiOS-09b0d9645a7c5b103f53b10eadabc839cde88054.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8327 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h
index 405149b3b..1646c0e44 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/chconf.h
@@ -494,6 +494,8 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define CORTEX_VTOR_INIT 0x00200000U
+
#endif /* _CHCONF_H_ */
/** @} */