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:
Diffstat (limited to 'src/Config/Pins_Duet3Mini.h')
-rw-r--r--src/Config/Pins_Duet3Mini.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Config/Pins_Duet3Mini.h b/src/Config/Pins_Duet3Mini.h
index f40ed90e..3ca4186b 100644
--- a/src/Config/Pins_Duet3Mini.h
+++ b/src/Config/Pins_Duet3Mini.h
@@ -317,8 +317,8 @@ constexpr Pin SbcSSPin = PortAPin(6);
constexpr Pin SbcTfrReadyPin = PortAPin(3);
constexpr Pin SbcSpiSercomPins[] = { PortAPin(4), PortAPin(5), PortAPin(6), PortAPin(7) };
constexpr GpioPinFunction SbcSpiSercomPinsMode = GpioPinFunction::D;
-constexpr IRQn SbcSpiSercomIRQn = SERCOM0_3_IRQn; // this is the SS Low interrupt, the only one we use
-#define SBC_SPI_HANDLER SERCOM0_3_Handler
+constexpr IRQn SbcSpiSercomIRQn = SERCOM0_1_IRQn; // this is the transfer complete interrupt, the only one we use
+#define SBC_SPI_HANDLER SERCOM0_1_Handler
// CAN
constexpr unsigned int CanDeviceNumber = 1; // we use CAN1