Browse Source

Fix Azteeg X3 macro typo (#20681)

ellensp 4 years ago
parent
commit
218de578e0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/ramps/pins_AZTEEG_X3.h

+ 1
- 1
Marlin/src/pins/ramps/pins_AZTEEG_X3.h View File

@@ -72,7 +72,7 @@
72 72
 //
73 73
 // Misc
74 74
 //
75
-#if ENABLED(CASE_LIGHT_ENABLE) && PIN_EXISTS(CASE_LIGHT, STAT_LED_RED) && STAT_LED_RED_PIN == CASE_LIGHT_PIN
75
+#if ENABLED(CASE_LIGHT_ENABLE) && PINS_EXIST(CASE_LIGHT, STAT_LED_RED) && STAT_LED_RED_PIN == CASE_LIGHT_PIN
76 76
   #undef STAT_LED_RED_PIN
77 77
 #endif
78 78
 

Loading…
Cancel
Save