Fix Ender 4 / CR-8 compilation

- Assign 243 (like EFB) as Ender-4/CR-8 board ID
- Add to `Makefile`
- Add to `pins.h`
This commit is contained in:
Scott Lahteine
2018-04-01 18:18:36 -05:00
parent 02f0f95d40
commit 4a23069de9
3 changed files with 6 additions and 0 deletions

View File

@ -175,6 +175,8 @@
#include "pins_GT2560_REV_A.h" // ATmega1280, ATmega2560
#elif MB(GT2560_REV_A_PLUS)
#include "pins_GT2560_REV_A_PLUS.h" // ATmega1280, ATmega2560
#elif MB(RAMPS_ENDER_4)
#include "pins_RAMPS_ENDER_4.h" // ATmega2560
//
// ATmega1281, ATmega2561