summaryrefslogtreecommitdiff
path: root/ext/TARGET_LPC1768/cmsis.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/TARGET_LPC1768/cmsis.h')
-rw-r--r--ext/TARGET_LPC1768/cmsis.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/TARGET_LPC1768/cmsis.h b/ext/TARGET_LPC1768/cmsis.h
new file mode 100644
index 0000000..dc231a4
--- /dev/null
+++ b/ext/TARGET_LPC1768/cmsis.h
@@ -0,0 +1,13 @@
+/* mbed Microcontroller Library - CMSIS
+ * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
+ *
+ * A generic CMSIS include header, pulling in LPC1768 specifics
+ */
+
+#ifndef MBED_CMSIS_H
+#define MBED_CMSIS_H
+
+#include "LPC17xx.h"
+#include "cmsis_nvic.h"
+
+#endif