Streaming.h is gone. It conflicted with PROGMEM. And saving memory is more important than nicer code, imho

This commit is contained in:
Bernhard Kubicek
2011-11-09 20:30:41 +01:00
parent 27361e7cd0
commit ba8a53a40f
4 changed files with 0 additions and 87 deletions

View File

@ -5,7 +5,6 @@
// Licence: GPL
#include <WProgram.h>
#include "fastio.h"
#include "streaming.h"
#include <avr/pgmspace.h>
//#define SERIAL_ECHO(x) Serial << "echo: " << x;