Skip to content
Snippets Groups Projects
Commit 7a4be21b authored by Bernhard's avatar Bernhard
Browse files

made it compile if arduino decides to include files in a differnt order. DEC...

made it compile if arduino decides to include files in a differnt order. DEC HEX and stuff now defined in MarlinSerial.h
parent 716e89b8
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment