rust-iot / radio-hal

Embedded rust radio abstraction crate
https://ryan.kurte.nz/notes/2020-01-05-rust-radio
MIT License
71 stars 13 forks source link

Cleanup std/no-std features #23

Closed ryankurte closed 3 years ago

ryankurte commented 3 years ago

fixes an issue with std/no_std, updates from extern crate to explicit includes.

henrikssn commented 3 years ago

You also need to rerun cargo fmt.

henrikssn commented 3 years ago

LGTM!