Skip to content

Commit

Permalink
🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP
Browse files Browse the repository at this point in the history
Fixes MarlinFirmware#24007
Followup to aaf5bf0
  • Loading branch information
thinkyhead authored and tomek2k1 committed Jan 13, 2023
1 parent 058e14e commit 42b7ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/ESP32/HAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ typedef Servo hal_servo_t;
//
void tone(const pin_t _pin, const unsigned int frequency, const unsigned long duration=0);
void noTone(const pin_t _pin);

int8_t get_pwm_channel(const pin_t pin, const uint32_t freq, const uint16_t res);
void analogWrite(const pin_t pin, const uint16_t value, const uint32_t freq=PWM_FREQUENCY, const uint16_t res=8);

//
Expand Down

0 comments on commit 42b7ebf

Please sign in to comment.