Move some includes around to uncover missing deps

This commit is contained in:
Scott Lahteine
2016-08-02 19:36:58 -07:00
parent cebeb48005
commit b73203a0b7
11 changed files with 21 additions and 12 deletions

View File

@ -31,13 +31,8 @@
#ifndef MarlinSerial_h
#define MarlinSerial_h
#include "Marlin.h"
#ifndef CRITICAL_SECTION_START
#define CRITICAL_SECTION_START unsigned char _sreg = SREG; cli();
#define CRITICAL_SECTION_END SREG = _sreg;
#endif
#include "MarlinConfig.h"
#ifndef SERIAL_PORT
#define SERIAL_PORT 0