fork of Sam Grove's library

Fork of LogUtil by Sam Grove

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Wed Apr 10 06:18:50 2013 +0000
Parent:
2:c54746c59ba4
Child:
4:cf2ada8ed11b
Child:
5:1b4f4d4aec8c
Commit message:
changes to documentation

Changed in this revision

LogUtil.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LogUtil.cpp	Fri Apr 05 23:16:03 2013 +0000
+++ b/LogUtil.cpp	Wed Apr 10 06:18:50 2013 +0000
@@ -30,7 +30,6 @@
     debug.printf("\033[2J");  // clear the terminal
     debug.printf("\033[1;1H");// and set the cursor to home
     wait(0.5f);
-    
     return;
  }