Skip to content

Commit

Permalink
TH3D EZBoard is LPC1769 (MarlinFirmware#14936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Hoogland authored and thinkyhead committed Aug 13, 2019
1 parent 03df3f4 commit a67830b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* TH3D EZBoard pin assignments
*/

#ifndef TARGET_LPC1768
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#ifndef TARGET_LPC1769
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif

#define BOARD_NAME "TH3D EZBoard"
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@
#include "lpc1768/pins_BIQU_B300_V1.0.h" // LPC1768 env:LPC1768
#elif MB(BIGTREE_SKR_V1_3)
#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)
#include "lpc1768/pins_GMARSH_X6_REV1.h" // LPC1768 env:LPC1768

Expand All @@ -372,6 +370,8 @@
#include "lpc1769/pins_COHESION3D_MINI.h" // LPC1769 env:LPC1769
#elif MB(SMOOTHIEBOARD)
#include "lpc1769/pins_SMOOTHIEBOARD.h" // LPC1769 env:LPC1769
#elif MB(TH3D_EZBOARD)
#include "lpc1769/pins_TH3D_EZBOARD.h" // LPC1769 env:LPC1769

//
// Due (ATSAM) boards
Expand Down

0 comments on commit a67830b

Please sign in to comment.