Fixes and improvements for PWM pins (#13383)
This commit is contained in:
parent
87162658c4
commit
f89b375fb9
26 changed files with 196 additions and 193 deletions
|
|
@ -125,7 +125,7 @@ void GcodeSuite::M115() {
|
|||
);
|
||||
cap_line(PSTR("CASE_LIGHT_BRIGHTNESS")
|
||||
#if HAS_CASE_LIGHT
|
||||
, USEABLE_HARDWARE_PWM(CASE_LIGHT_PIN)
|
||||
, PWM_PIN(CASE_LIGHT_PIN)
|
||||
#endif
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue