TH3D EZBoard is LPC1769 (#14936)
This commit is contained in:
parent
03df3f4a88
commit
a67830bf67
4
Marlin/src/pins/lpc1768/pins_TH3D_EZBOARD.h → Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h
Executable file → Normal file
4
Marlin/src/pins/lpc1768/pins_TH3D_EZBOARD.h → Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h
Executable file → Normal file
@ -25,8 +25,8 @@
|
|||||||
* TH3D EZBoard pin assignments
|
* TH3D EZBoard pin assignments
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TARGET_LPC1768
|
#ifndef TARGET_LPC1769
|
||||||
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_NAME "TH3D EZBoard"
|
#define BOARD_NAME "TH3D EZBoard"
|
@ -349,8 +349,6 @@
|
|||||||
#include "lpc1768/pins_BIQU_B300_V1.0.h" // LPC1768 env:LPC1768
|
#include "lpc1768/pins_BIQU_B300_V1.0.h" // LPC1768 env:LPC1768
|
||||||
#elif MB(BIGTREE_SKR_V1_3)
|
#elif MB(BIGTREE_SKR_V1_3)
|
||||||
#include "lpc1768/pins_BIGTREE_SKR_V1.3.h" // LPC1768 env:LPC1768
|
#include "lpc1768/pins_BIGTREE_SKR_V1.3.h" // LPC1768 env:LPC1768
|
||||||
#elif MB(TH3D_EZBOARD)
|
|
||||||
#include "lpc1768/pins_TH3D_EZBOARD.h" // LPC1768 env:LPC1768
|
|
||||||
#elif MB(GMARSH_X6_REV1)
|
#elif MB(GMARSH_X6_REV1)
|
||||||
#include "lpc1768/pins_GMARSH_X6_REV1.h" // LPC1768 env:LPC1768
|
#include "lpc1768/pins_GMARSH_X6_REV1.h" // LPC1768 env:LPC1768
|
||||||
|
|
||||||
@ -372,6 +370,8 @@
|
|||||||
#include "lpc1769/pins_COHESION3D_MINI.h" // LPC1769 env:LPC1769
|
#include "lpc1769/pins_COHESION3D_MINI.h" // LPC1769 env:LPC1769
|
||||||
#elif MB(SMOOTHIEBOARD)
|
#elif MB(SMOOTHIEBOARD)
|
||||||
#include "lpc1769/pins_SMOOTHIEBOARD.h" // LPC1769 env:LPC1769
|
#include "lpc1769/pins_SMOOTHIEBOARD.h" // LPC1769 env:LPC1769
|
||||||
|
#elif MB(TH3D_EZBOARD)
|
||||||
|
#include "lpc1769/pins_TH3D_EZBOARD.h" // LPC1769 env:LPC1769
|
||||||
|
|
||||||
//
|
//
|
||||||
// Due (ATSAM) boards
|
// Due (ATSAM) boards
|
||||||
|
Loading…
Reference in New Issue
Block a user