Browse Source

Follow-up the PR #5133 (M355 Case light)

・Add CASE_LIGHT_PIN into pinsDebug.h
esenapaj 8 years ago
parent
commit
c3a105186d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/pinsDebug.h

+ 3
- 0
Marlin/pinsDebug.h View File

@@ -360,6 +360,9 @@ static bool report_pin_name(int8_t pin, bool &pin_is_analog) {
360 360
   #if PIN_EXISTS(LED)
361 361
     PIN_SAY(LED_PIN);
362 362
   #endif
363
+  #if PIN_EXISTS(CASE_LIGHT)
364
+    PIN_SAY(CASE_LIGHT_PIN);
365
+  #endif
363 366
   #if PIN_EXISTS(MAIN_VOLTAGE_MEASURE)
364 367
     PIN_SAY(MAIN_VOLTAGE_MEASURE_PIN);
365 368
   #endif

Loading…
Cancel
Save