Browse Source

Unbalanced brackets in setPwmFrequency

This is a back port of the correct in issue #248
Richard Wackerbarth 9 years ago
parent
commit
e293ea57f0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -7160,8 +7160,8 @@ void kill(const char* lcd_msg) {
7160 7160
           TCCR5B |= val;
7161 7161
           break;
7162 7162
       #endif
7163
+    }
7163 7164
   }
7164
-
7165 7165
 #endif // FAST_PWM_FAN
7166 7166
 
7167 7167
 void Stop() {

Loading…
Cancel
Save