Browse Source

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

Scott Lahteine 7 years ago
parent
commit
f0fe26c411
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/serial.h

+ 2
- 0
Marlin/serial.h View File

@@ -23,6 +23,8 @@
23 23
 #ifndef __SERIAL_H__
24 24
 #define __SERIAL_H__
25 25
 
26
+#include "MarlinConfig.h"
27
+
26 28
 #ifdef USBCON
27 29
   #include "HardwareSerial.h"
28 30
   #if ENABLED(BLUETOOTH)

Loading…
Cancel
Save