Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Adafruit_NeoPixel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <replace with path to Delay.h file>

#include "../../../../Marlin/src/HAL/shared/Delay.h"

#ifdef TARGET_LPC1768
#include <time.h>
Expand Down