Browse Source

✏️ Fix some motherboard checks (#24238)

Keith Bennett 2 years ago
parent
commit
740f652b6a
No account linked to committer's email address
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Marlin/src/pins/pins.h

+ 3
- 2
Marlin/src/pins/pins.h View File

@@ -841,8 +841,8 @@
841 841
   #elif MB(RAMPS_LONGER3D_LK4PRO)
842 842
     #error "BOARD_RAMPS_LONGER3D_LK4PRO is now BOARD_LONGER3D_LKx_PRO. Please update your configuration."
843 843
   #elif MB(BTT_SKR_V2_0)
844
-    #error "BTT_SKR_V2_0 is now BTT_SKR_V2_0_REV_A or BTT_SKR_V2_0_REV_B. See https://bit.ly/3t5d9JQ for more information. Please update your configuration."
845
-  #elif MB(BOARD_TH3D_EZBOARD_LITE_V2)
844
+    #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."
845
+  #elif MB(TH3D_EZBOARD_LITE_V2)
846 846
     #error "BOARD_TH3D_EZBOARD_LITE_V2 is now BOARD_TH3D_EZBOARD_V2. Please update your configuration."
847 847
   #elif defined(MOTHERBOARD)
848 848
     #error "Unknown MOTHERBOARD value set in Configuration.h."
@@ -873,6 +873,7 @@
873 873
   #undef BOARD_RAMPS_DAGOMA
874 874
   #undef BOARD_RAMPS_LONGER3D_LK4PRO
875 875
   #undef BOARD_BTT_SKR_V2_0
876
+  #undef BOARD_TH3D_EZBOARD_LITE_V2
876 877
 
877 878
 #endif
878 879
 

Loading…
Cancel
Save