diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-13 19:55:23 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-13 19:55:23 +0000 |
commit | 5c2d8efab35edb7051d63a05fb473a3d28ead047 (patch) | |
tree | 901b18fef717a2017f979668423176c45977a160 /testhal/STM32/STM32L4xx/GPT-ADC/chconf.h | |
parent | 77a131bafd51ff21b726a1c43a34229926b17bd4 (diff) | |
download | ChibiOS-5c2d8efab35edb7051d63a05fb473a3d28ead047.tar.gz ChibiOS-5c2d8efab35edb7051d63a05fb473a3d28ead047.tar.bz2 ChibiOS-5c2d8efab35edb7051d63a05fb473a3d28ead047.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8596 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/GPT-ADC/chconf.h')
-rw-r--r-- | testhal/STM32/STM32L4xx/GPT-ADC/chconf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h b/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h index 1646c0e44..405149b3b 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h +++ b/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h @@ -494,8 +494,6 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
-#define CORTEX_VTOR_INIT 0x00200000U
-
#endif /* _CHCONF_H_ */
/** @} */
|