Empty Launcher for the LPC4088. Base code

Dependencies:   DMBasicGUI DMSupport

Fork of lpc4088_displaymodule_empty_launcher by Embedded Artists

Revision:
1:2b9c48157f2d
Parent:
0:71e474187082
--- a/main.cpp	Fri Feb 20 12:24:05 2015 +0000
+++ b/main.cpp	Mon Mar 09 15:32:10 2015 +0000
@@ -92,7 +92,7 @@
   }
   
   log->printf("\n\n---\nApplication Launcher Example\nBuilt: " __DATE__ " at " __TIME__ "\n\n");
-  
+
   Thread tGui(guiTask, NULL, osPriorityNormal, 8192);
   
   while(1) {