Browse Source

Wrong Pin Assignment Megatronics 3

SERVO2 is doubled defined and causes compiler errors
Michael Neumann 8 years ago
parent
commit
95acba2cfa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins_MEGATRONICS_3.h

+ 1
- 1
Marlin/pins_MEGATRONICS_3.h View File

@@ -39,7 +39,7 @@
39 39
 #define SERVO0_PIN         46 //AUX3-6
40 40
 #define SERVO1_PIN         47 //AUX3-5
41 41
 #define SERVO2_PIN         48 //AUX3-4
42
-#define SERVO2_PIN         49 //AUX3-3
42
+#define SERVO3_PIN         49 //AUX3-3
43 43
 
44 44
 #define X_STEP_PIN         58
45 45
 #define X_DIR_PIN          57

Loading…
Cancel
Save