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-19 12:00:42 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-19 12:00:42 +0300
commitb2caa157b4a94a460cb991325e51c7ec58293936 (patch)
tree61b5ba52421630e1fc987d933a39b0f75302ad7f /src/Duet3_V06
parented7023338f903e6d311ba1c40654f9f5c752b78d (diff)
Increased version to 3.2RC1
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 2661eab5..903f1c48 100644
--- a/src/Duet3_V06/Pins_Duet3_V06.h
+++ b/src/Duet3_V06/Pins_Duet3_V06.h
@@ -293,8 +293,8 @@ constexpr Pin SbcTfrReadyPin = PortEPin(2);
// DMA channel allocation
constexpr DmaChannel DmacChanHsmci = 0; // this is hard coded in the ASF HSMCI driver
-constexpr DmaChannel DmacChanWiFiTx = 1; // only on v0.3 board
-constexpr DmaChannel DmacChanWiFiRx = 2; // only on v0.3 board
+//constexpr DmaChannel DmacChanWiFiTx = 1; // only on v0.3 board
+//constexpr DmaChannel DmacChanWiFiRx = 2; // only on v0.3 board
constexpr DmaChannel DmacChanTmcTx = 3;
constexpr DmaChannel DmacChanTmcRx = 4;
constexpr DmaChannel DmacChanSbcTx = 5;