Add LPC1768

Dependencies:   mbed-rtos mbed Xbus

Fork of MTi-1_example by Xsens

Revision:
5:abc52dd88be2
Parent:
4:98f063b2e6da
Child:
7:c913a7cd5231
diff -r 98f063b2e6da -r abc52dd88be2 main.cpp
--- a/main.cpp	Wed May 13 12:02:31 2015 +0200
+++ b/main.cpp	Wed May 13 12:26:53 2015 +0200
@@ -43,4 +43,9 @@
 
 	xbusParser = XbusParser_create(&xbusCallback);
 	configureSerialPorts();
+
+	for (;;)
+	{
+		sleep();
+	}
 }