ソースを参照

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

Scott Lahteine 7年前
コミット
f0fe26c411
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      Marlin/serial.h

+ 2
- 0
Marlin/serial.h ファイルの表示

@@ -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)

読み込み中…
キャンセル
保存