Skip to content
Snippets Groups Projects
Commit f0fe26c4 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

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

parent ffb53532
Branches
Tags
No related merge requests found
......@@ -23,6 +23,8 @@
#ifndef __SERIAL_H__
#define __SERIAL_H__
#include "MarlinConfig.h"
#ifdef USBCON
#include "HardwareSerial.h"
#if ENABLED(BLUETOOTH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment