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

gcoap: Fix incorrect function pointer signature #80

Closed chrysn closed 9 months ago

chrysn commented 9 months ago

The types u32/i32 were baked in there in carelessly following the type aliases.

Contributes-To: https://github.com/RIOT-OS/RIOT/pull/20339