freertos_sys/
lib.rs

1#![no_std]
2
3// export standard CMSIS RTOS2 API for starting tasks etc
4pub use cmsis_rtos2;