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

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Fans
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-05-11 11:40:11 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-05-11 11:40:11 +0300
commit852b496863e319eaf1516703f69732e3c6fc7b5a (patch)
tree4a951b0c61de20cf85002e85cdcf50dc14a8fd66 /src/Fans
parent45e44993d1711618b8c2295edbdc2d935b28379c (diff)
Moved Duet pin definitions for ESP8288 and W5500 interfaces here
Diffstat (limited to 'src/Fans')
-rw-r--r--src/Fans/DotStarLed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fans/DotStarLed.cpp b/src/Fans/DotStarLed.cpp
index 39b825dc..c0a27966 100644
--- a/src/Fans/DotStarLed.cpp
+++ b/src/Fans/DotStarLed.cpp
@@ -181,7 +181,7 @@ namespace DotStarLed
*p++ = EncodedByte[val & 3];
}
- // Send data to DotStar LEDs
+ // Send data to NeoPixel LEDs
static GCodeResult SendNeoPixelData(uint8_t red, uint8_t green, uint8_t blue, uint32_t numLeds, bool following) noexcept
{
uint8_t *p = chunkBuffer + (12 * numAlreadyInBuffer);