stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

fix Pin::into_pull_down_input #142

Closed rkreis closed 3 years ago

rkreis commented 3 years ago

There was a typo there... Configuring a Pin as pull-down would actually set it as a floating input.