Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Revision:
3:f151d08d335c
Parent:
2:1df0b61d3b5a
diff -r 1df0b61d3b5a -r f151d08d335c libs/StreamOutput.h
--- a/libs/StreamOutput.h	Fri Feb 28 18:52:52 2014 -0800
+++ b/libs/StreamOutput.h	Sun Mar 02 06:33:08 2014 +0000
@@ -8,8 +8,8 @@
 #ifndef STREAMOUTPUT_H
 #define STREAMOUTPUT_H
 
-#include <cstdarg>
-#include <cstring>
+#include <stdarg.h>
+#include <string.h>
 #include <stdio.h>
 
 // This is a base class for all StreamOutput objects.