Merge pull request #8502 from fiveangle/bf_sync_tempurature_h

[2.0.x] Fix Temperature::setPwmFrequency() prototype to match source
2.0.x
Bob-the-Kuhn 7 years ago committed by GitHub
commit 5060195e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -547,7 +547,7 @@ class Temperature {
private:
#if ENABLED(FAST_PWM_FAN)
static void setPwmFrequency(const uint8_t pin, int val);
static void setPwmFrequency(const pin_t pin, int val);
#endif
static void set_current_temp_raw();

Loading…
Cancel
Save