temp

Dependencies:   mbed SDFileSystem MS5607 ADXL345_I2C FATFileSystem

Revision:
0:c88c3b616c00
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed/TARGET_LPC1768/TARGET_NXP/TARGET_LPC176X/device/cmsis.h	Mon Mar 16 23:37:42 2020 +0900
@@ -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