From de535589ac1c29753f2f79ae734e8fbc1df77ffe Mon Sep 17 00:00:00 2001 From: Taomyn Date: Thu, 23 Jul 2020 19:21:40 +0200 Subject: [PATCH 1/3] Update Adafruit_NeoPixel.cpp Added my location of Delay.h --- Adafruit_NeoPixel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_NeoPixel.cpp b/Adafruit_NeoPixel.cpp index 3ab0ee7d..c1d5dc7d 100644 --- a/Adafruit_NeoPixel.cpp +++ b/Adafruit_NeoPixel.cpp @@ -48,7 +48,7 @@ //Locate Delay.h file in your local Marlin copy: Marlin 2.0/Marlin/Marlin/src/HAL/shared/Delay.h //and enter full path to this file below -#include +#include "C:\Users\Fernando\Documents\GitHub\Marlin\Marlin\src\HAL\shared\Delay.h" #ifdef TARGET_LPC1768 From 981a6438c0f777463e5db585006d46432631c105 Mon Sep 17 00:00:00 2001 From: Taomyn Date: Sun, 2 Aug 2020 07:47:18 +0200 Subject: [PATCH 2/3] Update Adafruit_NeoPixel.cpp --- Adafruit_NeoPixel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Adafruit_NeoPixel.cpp b/Adafruit_NeoPixel.cpp index c1d5dc7d..400aae9a 100644 --- a/Adafruit_NeoPixel.cpp +++ b/Adafruit_NeoPixel.cpp @@ -48,8 +48,8 @@ //Locate Delay.h file in your local Marlin copy: Marlin 2.0/Marlin/Marlin/src/HAL/shared/Delay.h //and enter full path to this file below -#include "C:\Users\Fernando\Documents\GitHub\Marlin\Marlin\src\HAL\shared\Delay.h" - +//#include "C:\Users\Fernando\Documents\GitHub\Marlin\Marlin\src\HAL\shared\Delay.h" +#include "../../../../../Marlin/Marlin/src/HAL/shared/Delay.h" #ifdef TARGET_LPC1768 #include From 1e854ba8035b71dc5f7f3e15f59e22de6f91f6fd Mon Sep 17 00:00:00 2001 From: Taomyn Date: Sun, 2 Aug 2020 07:52:24 +0200 Subject: [PATCH 3/3] Update Adafruit_NeoPixel.cpp Used relative path for Delay.h include --- Adafruit_NeoPixel.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Adafruit_NeoPixel.cpp b/Adafruit_NeoPixel.cpp index 400aae9a..fc66add7 100644 --- a/Adafruit_NeoPixel.cpp +++ b/Adafruit_NeoPixel.cpp @@ -45,11 +45,7 @@ #include "Adafruit_NeoPixel.h" -//Locate Delay.h file in your local Marlin copy: Marlin 2.0/Marlin/Marlin/src/HAL/shared/Delay.h -//and enter full path to this file below - -//#include "C:\Users\Fernando\Documents\GitHub\Marlin\Marlin\src\HAL\shared\Delay.h" -#include "../../../../../Marlin/Marlin/src/HAL/shared/Delay.h" +#include "../../../../Marlin/src/HAL/shared/Delay.h" #ifdef TARGET_LPC1768 #include