mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
Fix linker errors
This commit is contained in:
parent
5465f709d1
commit
e8bdd50458
@ -81,8 +81,8 @@ void prep_pwm_steps(){
|
||||
}
|
||||
ETS_FRC1_INTR_DISABLE();
|
||||
pwm_steps_len = pwm_temp_steps_len;
|
||||
os_memcpy(pwm_steps, pwm_temp_steps, (pwm_temp_steps_len + 1) * 2);
|
||||
os_memcpy(pwm_steps_mask, pwm_temp_masks, pwm_temp_steps_len * 4);
|
||||
ets_memcpy(pwm_steps, pwm_temp_steps, (pwm_temp_steps_len + 1) * 2);
|
||||
ets_memcpy(pwm_steps_mask, pwm_temp_masks, pwm_temp_steps_len * 4);
|
||||
pwm_multiplier = F_CPU/(PWMRANGE * pwm_freq);
|
||||
ETS_FRC1_INTR_ENABLE();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user