daid303 12 years ago
parent
commit
16078e47d4
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Marlin/Marlin.pde

+ 5
- 0
Marlin/Marlin.pde View File

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

Loading…
Cancel
Save