rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 27 forks source link

Fix off-by-one error when setting dividers. #16

Closed thejpster closed 5 years ago

thejpster commented 5 years ago

Fixes https://github.com/thejpster/tm4c-hal/issues/13.

Signed-off-by: Jonathan 'theJPster' Pallant github@thejpster.org.uk