Update Temperature::setPwmFrequency prototype to match source
Introduced with #8446
This commit is contained in:
parent
5a52cf6a71
commit
33912fa7e8
@ -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