riscv-rust / e310x-hal

Implementation of the `embedded-hal` traits for E310x microcontrollers
17 stars 18 forks source link

fix DelayUs using millisecond variants by typo #40

Closed almindor closed 3 years ago

almindor commented 3 years ago

I'm afraid I made a :hankey: on my last DelayUs PR and called delay_ms on the non u32 variants of DelayUs

This fixes it. I'll release patched version after.