made it compile if arduino decides to include files in a differnt order. DEC HEX and stuff now defined in MarlinSerial.h

This commit is contained in:
Bernhard 2011-11-30 08:32:28 +01:00
parent 716e89b87c
commit 7a4be21b4f

View File

@ -24,8 +24,17 @@
#include <inttypes.h>
#include <Stream.h>
#include <string.h>
#define FORCE_INLINE __attribute__((always_inline)) inline
#include "WString.h"
#define DEC 10
#define HEX 16
#define OCT 8
#define BIN 2
#define BYTE 0
// Define constants and variables for buffering incoming serial data. We're