Fixed bug #519.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7105 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
da71f08558
commit
ff9bc27d92
|
@ -33,6 +33,19 @@
|
|||
* @name ISR names and numbers remapping
|
||||
* @{
|
||||
*/
|
||||
/*
|
||||
* I2C units.
|
||||
*/
|
||||
#define STM32_I2C1_EVENT_HANDLER VectorBC
|
||||
#define STM32_I2C1_ERROR_HANDLER VectorC0
|
||||
#define STM32_I2C1_EVENT_NUMBER 31
|
||||
#define STM32_I2C1_ERROR_NUMBER 32
|
||||
|
||||
#define STM32_I2C2_EVENT_HANDLER VectorC4
|
||||
#define STM32_I2C2_ERROR_HANDLER VectorC8
|
||||
#define STM32_I2C2_EVENT_NUMBER 33
|
||||
#define STM32_I2C2_ERROR_NUMBER 34
|
||||
|
||||
/*
|
||||
* TIM units.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue