Skip to content
Snippets Groups Projects
Commit b91a822d authored by Thomas Moore's avatar Thomas Moore
Browse files

Correct RAMPS_D8_PIN for Re-ARM

parent 7de8a667
Branches
Tags
No related merge requests found
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
#define MOSFET_D_PIN -1 #define MOSFET_D_PIN -1
#endif #endif
#ifndef RAMPS_D8_PIN #ifndef RAMPS_D8_PIN
#define RAMPS_D8_PIN P2_8 #define RAMPS_D8_PIN P2_7
#endif #endif
#ifndef RAMPS_D9_PIN #ifndef RAMPS_D9_PIN
#define RAMPS_D9_PIN P2_4 #define RAMPS_D9_PIN P2_4
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment