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>2017-11-29 20:16:24 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-11-29 20:16:39 +0300
commitb957662e14d919e2d3f3169b07ead7590824ce80 (patch)
treef0779c2a7bd5354bd8fb83fbc983d1e7b9322d61 /src/Pins.h
parent487ebd1861b3ac6ed5307476567ef3bd30204ff1 (diff)
Refactoring
Refactored to make network configuration less depedent on board ID Added DuetM configuration
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Pins.h b/src/Pins.h
index bb91f583..21942b4f 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -14,6 +14,8 @@
# endif
# elif defined(__SAM4E8E__)
# define PLATFORM DuetNG
+# elif defined(__SAM4S8C__)
+# define PLATFORM DuetM
# else
# error Unknown platform
# endif