Integrating the ublox LISA C200 modem

Fork of SprintUSBModemHTTPClientTest by Donatien Garnier

Revision:
5:3f93dd1d4cb3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-src/targets/cmsis/TARGET_NXP/TARGET_LPC176X/cmsis.h	Thu Sep 26 00:44:20 2013 -0500
@@ -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