mbed(SerialHalfDuplex入り)

Fork of mbed by mbed official

Revision:
89:552587b429a1
diff -r 9327015d4013 -r 552587b429a1 TARGET_LPC4337/cmsis.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TARGET_LPC4337/cmsis.h	Fri Sep 12 16:41:52 2014 +0100
@@ -0,0 +1,15 @@
+/* mbed Microcontroller Library - CMSIS
+ * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
+ * 
+ * A generic CMSIS include header, pulling in LPC43xx specifics
+ *
+ * Ported to NXP LPC43XX by Micromint USA <support@micromint.com>
+ */
+
+#ifndef MBED_CMSIS_H
+#define MBED_CMSIS_H
+
+#include "LPC43xx.h"
+#include "cmsis_nvic.h"
+
+#endif