daid303 пре 11 година
родитељ
комит
16078e47d4
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5
    0
      Marlin/Marlin.pde

+ 5
- 0
Marlin/Marlin.pde Прегледај датотеку

@@ -31,7 +31,12 @@
31 31
 /* Use this file to help the Arduino IDE find which Arduino libraries are needed and to keep documentation on GCode */
32 32
 
33 33
 #include "Configuration.h"
34
+#include "pins.h"
35
+
34 36
 #ifdef ULTRA_LCD
35 37
 #include <LiquidCrystal.h>
36 38
 #endif
39
+#ifdef
40
+#if DIGIPOTSS_PIN > -1
37 41
 #include <SPI.h>
42
+#endif

Loading…
Откажи
Сачувај