We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59842ed commit 33e8769Copy full SHA for 33e8769
Marlin/src/pins/pins.h
@@ -216,7 +216,7 @@
216
#elif MB(CNCONTROLS_15)
217
#include "mega/pins_CNCONTROLS_15.h" // ATmega2560, ATmega1280 env:mega2560 env:mega1280
218
#elif MB(MIGHTYBOARD_REVE)
219
- #include "mega/pins_MIGHTYBOARD_REVE.h" // ATmega2560, ATmega1280 env:mega2560ext env:mega1280
+ #include "mega/pins_MIGHTYBOARD_REVE.h" // ATmega2560, ATmega1280 env:mega2560ext env:mega1280 env:MightyBoard1280 env:MightyBoard2560
220
#elif MB(CHEAPTRONIC)
221
#include "mega/pins_CHEAPTRONIC.h" // ATmega2560 env:mega2560
222
#elif MB(CHEAPTRONIC_V2)
0 commit comments