lobaro / FreeRTOS-rust

Rust crate for FreeRTOS
MIT License
326 stars 55 forks source link

Replace custom `CVoid` structure with `core::ffi::c_void` #55

Closed agerasev closed 1 year ago

agerasev commented 1 year ago

But maybe it's better to use core::ffi::c_void everywhere in the crate and remove CVoid alias?

schteve commented 1 year ago

I'd remove the alias - the other aliases in that file line up with FreeRTOS types but CVoid isn't one of them.