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/DuetM
diff options
context:
space:
mode:
authorManuel Coenen <manuel@duet3d.com>2021-01-26 18:24:02 +0300
committerManuel Coenen <manuel@duet3d.com>2021-01-26 18:24:02 +0300
commit32b00e186462326597cc871ef5f3ddb0f0cf54d5 (patch)
treec1e091264887518f11332caf39ca169282b642ae /src/DuetM
parenteb9ca720aaa073b949b063780be13029a5aaa658 (diff)
Convert PCCB to CoreN2G
Diffstat (limited to 'src/DuetM')
-rw-r--r--src/DuetM/Pins_DuetM.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DuetM/Pins_DuetM.h b/src/DuetM/Pins_DuetM.h
index b554a14f..ffed0f07 100644
--- a/src/DuetM/Pins_DuetM.h
+++ b/src/DuetM/Pins_DuetM.h
@@ -320,7 +320,6 @@ static_assert(NumNamedPins == 3*32);
// Function to look up a pin name and pass back the corresponding index into the pin table
bool LookupPinName(const char *pn, LogicalPin& lpin, bool& hardwareInverted) noexcept;
-
// Wire Interfaces
#define WIRE_INTERFACES_COUNT (1) // SAM4S supports two I2C interfaces but we only have the first one available