rust-iot / radio-hal

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

Cleanup std/no-std features #23

Closed ryankurte closed 2 years ago

ryankurte commented 2 years ago

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

henrikssn commented 2 years ago

You also need to rerun cargo fmt.

henrikssn commented 2 years ago

LGTM!