Explorar el Código

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

Scott Lahteine hace 7 años
padre
commit
f0fe26c411
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Marlin/serial.h

+ 2
- 0
Marlin/serial.h Ver fichero

@@ -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…
Cancelar
Guardar