浏览代码

Pins debug followup

Scott Lahteine 4 年前
父节点
当前提交
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
 

正在加载...
取消
保存