BigTreeTech EBB42 v1.1 (#24964)

This commit is contained in:
alextrical
2022-12-16 20:45:14 +00:00
committed by Scott Lahteine
parent 5198a55457
commit cea2ab1d7f
11 changed files with 1248 additions and 48 deletions

View File

@ -104,7 +104,7 @@ void ControllerFan::update() {
hal.set_pwm_duty(pin_t(CONTROLLER_FAN2_PIN), speed);
else
WRITE(CONTROLLER_FAN2_PIN, speed > 0);
#endif
#endif
#endif
}
}