Backing up an unused program in case of future need

Dependencies:   mbed

Revision:
1:94282484baae
Parent:
0:09f915e6f9f6
Child:
2:06fa34661f19
--- a/log.cpp	Wed Apr 13 09:21:02 2016 +0000
+++ b/log.cpp	Fri Apr 15 09:03:54 2016 +0000
@@ -6,7 +6,7 @@
 
 LocalFileSystem local("local");
 
-#define BUFFER_LENGTH 512
+#define BUFFER_LENGTH 2048
 static char buffer[BUFFER_LENGTH];
 static char* pPush; //Initialised in init
 static char* pPull; //Initialised in init