Browse Source

Pins debug followup

Scott Lahteine 5 years ago
parent
commit
e9f451bffe
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pinsDebug.h

+ 1
- 1
Marlin/src/pins/pinsDebug.h View File

207
 }
207
 }
208
 
208
 
209
 // pretty report with PWM info
209
 // pretty report with PWM info
210
-inline void report_pin_state_extended(const pin_t pin, const bool ignore, const bool extended=false, PGM_P const start_string=nullptr) {
210
+inline void report_pin_state_extended(pin_t pin, const bool ignore, const bool extended=false, PGM_P const start_string=nullptr) {
211
   char buffer[MAX_NAME_LENGTH + 1];   // for the sprintf statements
211
   char buffer[MAX_NAME_LENGTH + 1];   // for the sprintf statements
212
   bool found = false, multi_name_pin = false;
212
   bool found = false, multi_name_pin = false;
213
 
213
 

Loading…
Cancel
Save