diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-19 16:32:09 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-19 16:32:09 +0000 |
commit | 4f3674f5f22d41dd58a6ea51d3a5fed89ef1990b (patch) | |
tree | 03859edf86e74755fb0c493b0e9e55f525204b77 /testhal/STM32/STM32F7xx/GPT-ADC | |
parent | 6865ddcce5e27e124f2f7c114391191ce1f4bd27 (diff) | |
download | ChibiOS-4f3674f5f22d41dd58a6ea51d3a5fed89ef1990b.tar.gz ChibiOS-4f3674f5f22d41dd58a6ea51d3a5fed89ef1990b.tar.bz2 ChibiOS-4f3674f5f22d41dd58a6ea51d3a5fed89ef1990b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8912 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/GPT-ADC')
-rw-r--r-- | testhal/STM32/STM32F7xx/GPT-ADC/chconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F7xx/GPT-ADC/chconf.h b/testhal/STM32/STM32F7xx/GPT-ADC/chconf.h index edd657ac1..95b002cc3 100644 --- a/testhal/STM32/STM32F7xx/GPT-ADC/chconf.h +++ b/testhal/STM32/STM32F7xx/GPT-ADC/chconf.h @@ -524,6 +524,8 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define CORTEX_VTOR_INIT 0x00200000U
+
#endif /* _CHCONF_H_ */
/** @} */
|