Merge pull request #8502 from fiveangle/bf_sync_tempurature_h
[2.0.x] Fix Temperature::setPwmFrequency() prototype to match source
This commit is contained in:
commit
5060195e8a
@ -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…
Reference in New Issue
Block a user