diff options
author | Fabio Utzig <utzig@utzig.org> | 2015-01-23 17:17:19 +0000 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2015-01-23 17:17:19 +0000 |
commit | ed849dc86ef2d1f5a2a8486e5aaa3ef21b4e2f93 (patch) | |
tree | fcdce5f3dd2677729f258390cb9bd0d3329a58a8 /os | |
parent | 8c96fc56bb2c36a5a21bf8da0ec14dda8149790d (diff) | |
download | ChibiOS-ed849dc86ef2d1f5a2a8486e5aaa3ef21b4e2f93.tar.gz ChibiOS-ed849dc86ef2d1f5a2a8486e5aaa3ef21b4e2f93.tar.bz2 ChibiOS-ed849dc86ef2d1f5a2a8486e5aaa3ef21b4e2f93.zip |
[KINETIS] Add USB vector
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7643 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/KINETIS/K20x/kinetis_registry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/ports/KINETIS/K20x/kinetis_registry.h b/os/hal/ports/KINETIS/K20x/kinetis_registry.h index 60cc6b539..f65b6235d 100644 --- a/os/hal/ports/KINETIS/K20x/kinetis_registry.h +++ b/os/hal/ports/KINETIS/K20x/kinetis_registry.h @@ -48,6 +48,9 @@ /* I2C attributes.*/
#define KINETIS_I2C0_IRQ_VECTOR Vector6C
+/* USB attributes */
+#define KINETIS_USB_IRQ_VECTOR VectorCC
+
/** @} */
#endif /* _KINETIS_REGISTRY_H_ */
|