Browse Source

Renamed Pins_megatronics_1 to Pins_minitronics

atfield90 9 years ago
parent
commit
c4a2e5ac23
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/pins.h

+ 2
- 2
Marlin/pins.h View File

@@ -86,8 +86,8 @@
86 86
   #include "pins_GEN3_MONOLITHIC.h"
87 87
 #elif MB(MEGATRONICS)
88 88
   #include "pins_MEGATRONICS.h"
89
-#elif MB(MEGATRONICS_1)
90
-  #include "pins_MEGATRONICS_1.h"
89
+#elif MB(MINITRONICS)
90
+  #include "pins_MINITRONICS.h"
91 91
 #elif MB(MEGATRONICS_2)
92 92
   #include "pins_MEGATRONICS_2.h"
93 93
 #elif MB(MEGATRONICS_3)

Loading…
Cancel
Save