Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/swspi.cpp')
-rwxr-xr-xFirmware/swspi.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firmware/swspi.cpp b/Firmware/swspi.cpp
index ca681e909..87678be15 100755
--- a/Firmware/swspi.cpp
+++ b/Firmware/swspi.cpp
@@ -12,7 +12,8 @@
#endif //SWSPI_RPI
#ifdef SWSPI_AVR
- #include "Arduino.h"
+ //#include "Arduino.h"
+ #include "Marlin.h"
#define GPIO_INP(gpio) pinMode(gpio, INPUT)
#define GPIO_OUT(gpio) pinMode(gpio, OUTPUT)
#define GPIO_SET(gpio) digitalWrite(gpio, HIGH)