diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-25 13:46:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-25 13:46:19 +0000 |
commit | ae91c4936ad1d3a52d3be3240450e7deeb77b051 (patch) | |
tree | 31fe94579f87e414f3ef960858315806cb3c87f6 /os/hal/platforms | |
parent | ffff188986d559ac06a4154473c27eef31365705 (diff) | |
download | ChibiOS-ae91c4936ad1d3a52d3be3240450e7deeb77b051.tar.gz ChibiOS-ae91c4936ad1d3a52d3be3240450e7deeb77b051.tar.bz2 ChibiOS-ae91c4936ad1d3a52d3be3240450e7deeb77b051.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3655 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/STM32F2xx/hal_lld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h index e9485df91..317dd142f 100644 --- a/os/hal/platforms/STM32F2xx/hal_lld.h +++ b/os/hal/platforms/STM32F2xx/hal_lld.h @@ -521,7 +521,6 @@ #define DCMI_IRQHandler Vector178 /**< DCMI. */
#define CRYP_IRQHandler Vector17C /**< CRYP. */
#define HASH_RNG_IRQHandler Vector180 /**< Hash and Rng. */
-#define FPU_IRQHandler Vector184 /**< Floating Point Unit. */
/** @} */
/*===========================================================================*/
|