RIOT-OS / rust-riot-wrappers

The `riot-wrappers` crate, which enables high-level access to RIOT from the Rust programming language
13 stars 10 forks source link

gnrc: Fix address conversion build failure #61

Closed chrysn closed 1 year ago

chrysn commented 1 year ago

When building with_embedded_nal, a build regression was introduced in 0ecf87e765f7264e79226540b694eb50993c7882 through careless refactoring. This restores buildability.

There is currently no test that'd have triggered this; adding tests is somewhere on the agenda, but fixing it is more urgent.