Combine two ifdefs

This commit is contained in:
Guðni Már Gilbert 2023-04-21 20:34:45 +00:00
parent 327b5b230b
commit c14332bfb2
1 changed files with 2 additions and 5 deletions

View File

@ -1141,14 +1141,11 @@ FORCE_INLINE static void soft_pwm_core()
static unsigned char slow_pwm_count = 0;
static unsigned char state_heater_0 = 0;
static unsigned char state_timer_heater_0 = 0;
#endif
#if HEATER_BED_PIN > -1
// @@DR static unsigned char soft_pwm_b;
#ifdef SLOW_PWM_HEATERS
static unsigned char state_heater_b = 0;
static unsigned char state_timer_heater_b = 0;
#endif
#endif
#endif // HEATER_BED_PIN > -1
#endif // SLOW_PWM_HEATERS
#ifndef SLOW_PWM_HEATERS
/*