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
   #if PIN_EXISTS(LED)
360
   #if PIN_EXISTS(LED)
361
     PIN_SAY(LED_PIN);
361
     PIN_SAY(LED_PIN);
362
   #endif
362
   #endif
363
+  #if PIN_EXISTS(CASE_LIGHT)
364
+    PIN_SAY(CASE_LIGHT_PIN);
365
+  #endif
363
   #if PIN_EXISTS(MAIN_VOLTAGE_MEASURE)
366
   #if PIN_EXISTS(MAIN_VOLTAGE_MEASURE)
364
     PIN_SAY(MAIN_VOLTAGE_MEASURE_PIN);
367
     PIN_SAY(MAIN_VOLTAGE_MEASURE_PIN);
365
   #endif
368
   #endif

Loading…
Cancel
Save