Browse Source

Merge pull request #3225 from yarda/fix-melzi-makr3d

Fix MELZI_MAKR3D to use correct motherboard
Scott Lahteine 9 years ago
parent
commit
a6805ddf30
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins_MELZI_MAKR3D.h

+ 1
- 1
Marlin/pins_MELZI_MAKR3D.h View File

@@ -3,7 +3,7 @@
3 3
  */
4 4
 
5 5
 #undef MOTHERBOARD
6
-#define MOTHERBOARD MELZI
6
+#define MOTHERBOARD BOARD_MELZI
7 7
 #define SANGUINOLOLU_V_1_2
8 8
 
9 9
 #if defined(__AVR_ATmega1284P__)

Loading…
Cancel
Save