From 28b3dd95f1a5fe8ea51df21bc6eba7cd5f78c071 Mon Sep 17 00:00:00 2001 From: barthess Date: Sun, 31 Jul 2011 21:06:23 +0000 Subject: I2C. Code cleanups. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3187 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/I2C/mcuconf.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'testhal/STM32') 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. -- cgit v1.2.3