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>2018-02-08 17:52:37 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-02-08 17:52:37 +0300
commitccb75833e49add7f5391f60784cfbe7069d16fc0 (patch)
treefe3f6cb71f40354574c606d7cd15dad96999a87a /src/SAME70_TEST
parentc5a8315c2d0ab6eb6a7c961e0f44cea198bee38d (diff)
Fixed for SAM4S and SAME70 builds
Diffstat (limited to 'src/SAME70_TEST')
-rw-r--r--src/SAME70_TEST/Pins_SAME70_TEST.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SAME70_TEST/Pins_SAME70_TEST.h b/src/SAME70_TEST/Pins_SAME70_TEST.h
index 4de9fecd..6c8f2b6b 100644
--- a/src/SAME70_TEST/Pins_SAME70_TEST.h
+++ b/src/SAME70_TEST/Pins_SAME70_TEST.h
@@ -169,10 +169,12 @@ constexpr Pin SamCsPin = 20; // SPI NPCS pin, input from WiFi module
#define NETWORK_TC_CHAN (0)
#define NETWORK_TC_IRQN TC0_IRQn
#define NETWORK_TC_HANDLER TC0_Handler
+#define NETWORK_TC_ID ID_TC0
#define STEP_TC (TC0)
#define STEP_TC_CHAN (1)
#define STEP_TC_IRQN TC1_IRQn
#define STEP_TC_HANDLER TC1_Handler
+#define STEP_TC_ID ID_TC1
#endif