Fix compiler warning: sketch/Marlin_main.cpp:4193:15: warning: statement has no effect [-Wunused-value]
fan_speed[1];
This commit is contained in:
parent
9edb07afa5
commit
8575645eec
1 changed files with 0 additions and 1 deletions
|
@ -4190,7 +4190,6 @@ void process_commands()
|
|||
delay_keep_alive(100);
|
||||
|
||||
}
|
||||
fan_speed[1];
|
||||
printf_P(_N("%d: %d\n"), i, fan_speed[1]);
|
||||
}
|
||||
}break;
|
||||
|
|
Loading…
Add table
Reference in a new issue