Rename and repair MELZI_1284 (PR#2301)

to MELZI_MAKR3D.

Fix for #2288
As the normal MELZI also can have a 1284.
This commit is contained in:
AnHardt
2015-06-16 23:00:43 +02:00
committed by Richard Wackerbarth
parent 1e9cf905c7
commit c461975140
5 changed files with 6 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
/**
* Melzi with ATmega1284 (MaKr3d version) pin assignments
*/
#undef MOTHERBOARD
#define MOTHERBOARD MELZI
#define SANGUINOLOLU_V_1_2
#if defined(__AVR_ATmega1284P__)
#define LARGE_FLASH true
#endif
#include "pins_SANGUINOLOLU_11.h"