Browse Source
Merge pull request #8502 from fiveangle/bf_sync_tempurature_h
[2.0.x] Fix Temperature::setPwmFrequency() prototype to match source
pull/1/head
Bob-the-Kuhn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/temperature.h
|
|
@ -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(); |
|
|
|