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-01-10 22:17:04 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-01-10 22:17:04 +0300
commit15d4d43dddd88fcff2591e38dc4bf29c1dfe8abf (patch)
tree44f3e96d223ef6627bfa49b3327abe5b9bf0c6e1 /src/Pins.h
parent1ffdc3220039d565be0e2280bcee09af3d412020 (diff)
Added changes for LPC build (thanks sdavi)
Also added a cut-down version if strptime to save RAM
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 7037a9ac..161cff86 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -30,6 +30,8 @@
# define PLATFORM DuetM
# elif defined(PCCB)
# define PLATFORM Pccb
+# elif defined(__LPC17xx__)
+# define PLATFORM LPC
# else
# error Unknown platform
# endif