Ver código fonte

Pins debug followup

Scott Lahteine 4 anos atrás
pai
commit
e9f451bffe
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/pins/pinsDebug.h

+ 1
- 1
Marlin/src/pins/pinsDebug.h Ver arquivo

@@ -207,7 +207,7 @@ static void print_input_or_output(const bool isout) {
207 207
 }
208 208
 
209 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 211
   char buffer[MAX_NAME_LENGTH + 1];   // for the sprintf statements
212 212
   bool found = false, multi_name_pin = false;
213 213
 

Carregando…
Cancelar
Salvar