Streaming.h is gone. It conflicted with PROGMEM. And saving memory is more important than nicer code, imho
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user