nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
503 stars 139 forks source link

fixed 52820 config warning #486

Closed BartMassey closed 4 weeks ago

BartMassey commented 1 month ago

The latest Rust 1.80 generates a warning for a reference to cfg(feature = "52820"), which is not currently a thing — for some reason there is not yet an nrf52820-hal crate. This warning gets turned into a failure in CI.

"Fixed" by commenting out the offending code.