Skip to content

Commit

Permalink
Fix TH3D EZBoard V2 motherboard check
Browse files Browse the repository at this point in the history
MB() macro takes care of BOARD_ prefix
  • Loading branch information
thisiskeithb committed May 24, 2022
1 parent c3c29e9 commit 37dec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
#error "BOARD_RAMPS_LONGER3D_LK4PRO is now BOARD_LONGER3D_LKx_PRO. Please update your configuration."
#elif MB(BTT_SKR_V2_0)
#error "BOARD_BTT_SKR_V2_0 is now BOARD_BTT_SKR_V2_0_REV_A or BOARD_BTT_SKR_V2_0_REV_B. See https://bit.ly/3t5d9JQ for more information. Please update your configuration."
#elif MB(BOARD_TH3D_EZBOARD_LITE_V2)
#elif MB(TH3D_EZBOARD_LITE_V2)
#error "BOARD_TH3D_EZBOARD_LITE_V2 is now BOARD_TH3D_EZBOARD_V2. Please update your configuration."
#elif defined(MOTHERBOARD)
#error "Unknown MOTHERBOARD value set in Configuration.h."
Expand Down

0 comments on commit 37dec84

Please sign in to comment.