Ensure Arduino.h and configs are included for serial.cpp

master
Scott Lahteine 7 years ago committed by GitHub
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…
Cancel
Save