lobaro / FreeRTOS-rust

Rust crate for FreeRTOS
MIT License
354 stars 56 forks source link

Add freertos_rs_suspend_task() #37

Closed schteve closed 1 year ago

schteve commented 1 year ago

freertos_rs_suspend_task() was added to shim.rs as part of #19, but the corresponding C function was not. This adds it and avoids a build breakage due to it missing.