mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 12:51:04 +00:00

* fix: #180 Remove redundant info in LedcDriver::new This is an implementation of one of the possible solutions to the issue. Signed-off-by: Raphael Höser <raphael@hoeser.info> * Remove speed_mode method from LedcTimerDriver as it's not needed. * Fix rustfmt issues Signed-off-by: Raphael Höser <raphael@hoeser.info>