diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-07-31 21:06:23 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-07-31 21:06:23 +0000 |
commit | 28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071 (patch) | |
tree | eea9b95a48d19254babdd1b1fdcba10d4c25e53e /testhal/STM32/I2C/mcuconf.h | |
parent | b913fe956cc2d46a8bd7aad24a2ac4d792923422 (diff) | |
download | ChibiOS-28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071.tar.gz ChibiOS-28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071.tar.bz2 ChibiOS-28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071.zip |
I2C. Code cleanups.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3187 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/I2C/mcuconf.h')
-rw-r--r-- | testhal/STM32/I2C/mcuconf.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testhal/STM32/I2C/mcuconf.h b/testhal/STM32/I2C/mcuconf.h index 005c8f83c..105c168f4 100644 --- a/testhal/STM32/I2C/mcuconf.h +++ b/testhal/STM32/I2C/mcuconf.h @@ -164,16 +164,6 @@ #define STM32_I2C_I2C2_USE_GPT_TIM GPTD2
#define STM32_I2C_I2C2_USE_POLLING_WAIT FALSE
-/*
- * EXTI system settings.
- */
-#define STM32_EXTI0_PRIORITY 5
-#define STM32_EXTI1_PRIORITY 5
-#define STM32_EXTI2_PRIORITY 5
-#define STM32_EXTI3_PRIORITY 5
-#define STM32_EXTI4_PRIORITY 5
-#define STM32_EXTI9_5_PRIORITY 5
-#define STM32_EXTI15_10_PRIORITY 5
/*
* USB driver system settings.
|