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/Pccb
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-06-18 15:54:41 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-06-18 15:54:41 +0300
commit6a36e8d301aa09af47af0ad8d9fe581c4cce88b1 (patch)
treefb39997364b3e88021b0a243380b7225a73e2d4b /src/Pccb
parentf493bf9c874c9e0e4616a3ee1a2872b8131b83df (diff)
Changes for 5LC
Diffstat (limited to 'src/Pccb')
-rw-r--r--src/Pccb/Pins_Pccb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Pccb/Pins_Pccb.h b/src/Pccb/Pins_Pccb.h
index 62ab217a..d9dfb797 100644
--- a/src/Pccb/Pins_Pccb.h
+++ b/src/Pccb/Pins_Pccb.h
@@ -233,6 +233,7 @@ constexpr size_t NumSdCards = 1;
constexpr Pin SdCardDetectPins[NumSdCards] = { PortCPin(8) };
constexpr Pin SdWriteProtectPins[NumSdCards] = { NoPin };
constexpr Pin SdSpiCSPins[1] = { NoPin };
+constexpr IRQn SdhcIRQn = HSMCI_IRQn;
constexpr uint32_t ExpectedSdCardSpeed = 15000000;
// Shared SPI definitions