Ensure Arduino.h and configs are included for serial.cpp
This commit is contained in:
parent
ffb5353294
commit
f0fe26c411
|
@ -23,6 +23,8 @@
|
|||
#ifndef __SERIAL_H__
|
||||
#define __SERIAL_H__
|
||||
|
||||
#include "MarlinConfig.h"
|
||||
|
||||
#ifdef USBCON
|
||||
#include "HardwareSerial.h"
|
||||
#if ENABLED(BLUETOOTH)
|
||||
|
|
Loading…
Reference in a new issue