소스 검색

Pins debug followup

Scott Lahteine 5 년 전
부모
커밋
e9f451bffe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/pins/pinsDebug.h

+ 1
- 1
Marlin/src/pins/pinsDebug.h 파일 보기

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…
취소
저장