[KINETIS] Add USB vector

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7643 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Fabio Utzig 2015-01-23 17:17:19 +00:00
parent 8c96fc56bb
commit ed849dc86e
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@
/* I2C attributes.*/
#define KINETIS_I2C0_IRQ_VECTOR Vector6C
/* USB attributes */
#define KINETIS_USB_IRQ_VECTOR VectorCC
/** @} */
#endif /* _KINETIS_REGISTRY_H_ */