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
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-12-18 20:54:02 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-18 20:54:02 +0300
commita48923c918af6523bd443eb99f17f61227bb9f57 (patch)
tree80e733fd7deaf65dfb972d96cb6bbe25d942d82e /src/Duet3_V06
parent90ccbae246fe4d1cb94172d2ed3a5a209d25bb29 (diff)
Fixes to Neopixel driver
Diffstat (limited to 'src/Duet3_V06')
-rw-r--r--src/Duet3_V06/Pins_Duet3_V06.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Duet3_V06/Pins_Duet3_V06.h b/src/Duet3_V06/Pins_Duet3_V06.h
index ef2820b7..2661eab5 100644
--- a/src/Duet3_V06/Pins_Duet3_V06.h
+++ b/src/Duet3_V06/Pins_Duet3_V06.h
@@ -32,7 +32,7 @@ constexpr uint32_t IAP_IMAGE_START = 0x20458000; // last 32kb of RAM
#define HAS_VREF_MONITOR 1
#define SUPPORT_CAN_EXPANSION 1
-#define SUPPORT_DOTSTAR_LED 1
+#define SUPPORT_LED_STRIPS 1
#define SUPPORT_INKJET 0 // set nonzero to support inkjet control
#define SUPPORT_ROLAND 0 // set nonzero to support Roland mill
#define SUPPORT_SCANNER 0 // set zero to disable support for FreeLSS scanners
@@ -148,7 +148,7 @@ constexpr uint32_t ExpectedSdCardSpeed = 25000000;
constexpr IRQn SdhcIRQn = HSMCI_IRQn;
// DotStar LED control
-#define DOTSTAR_USES_USART 0
+#define LEDSTRIP_USES_USART 0
constexpr Pin DotStarMosiPin = PortAPin(13);
constexpr Pin DotStarSclkPin = PortAPin(14);