Backing up an unused program in case of future need

Dependencies:   mbed

Revision:
6:be97d38e0b01
Parent:
4:e076884ef8bd
--- a/log.cpp	Wed May 11 16:42:35 2016 +0000
+++ b/log.cpp	Tue May 31 07:35:28 2016 +0000
@@ -6,7 +6,7 @@
 
 LocalFileSystem local("local");
 
-#define BUFFER_LENGTH 2048
+#define BUFFER_LENGTH 1024
 static char buffer[BUFFER_LENGTH];
 static char* pPush; //Initialised in init
 static char* pPull; //Initialised in init