aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-25 13:52:55 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-25 13:52:55 +0000
commit6ebca5756c4204bbb8f5205c9accc66f2aa65ed1 (patch)
tree054b513d062c2271c187935e39cacb334884f31e /demos/STM32
parentf67bac27d3e4c9d04ef2da19c5a011617abf5bca (diff)
downloadChibiOS-6ebca5756c4204bbb8f5205c9accc66f2aa65ed1.tar.gz
ChibiOS-6ebca5756c4204bbb8f5205c9accc66f2aa65ed1.tar.bz2
ChibiOS-6ebca5756c4204bbb8f5205c9accc66f2aa65ed1.zip
Moved VTOS initialization in startup files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9364 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h
index 620a1809e..ad6b53ade 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h
@@ -515,8 +515,6 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
-#define CORTEX_VTOR_INIT 0x00200000U
-
#endif /* CHCONF_H */
/** @} */