simplified the includes, makefile now works with arduino23
This commit is contained in:
parent
3c1a4aac2b
commit
57f9359a41
19 changed files with 81 additions and 86 deletions
|
|
@ -21,13 +21,8 @@
|
|||
|
||||
#ifndef MarlinSerial_h
|
||||
#define MarlinSerial_h
|
||||
#include <math.h>
|
||||
#include <inttypes.h>
|
||||
//#include <Stream.h>
|
||||
#include <string.h>
|
||||
#define FORCE_INLINE __attribute__((always_inline)) inline
|
||||
#include "Marlin.h"
|
||||
|
||||
#include "WString.h"
|
||||
|
||||
#define DEC 10
|
||||
#define HEX 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue