macro_rules! recursive_mutex {
() => { ... };
}Expand description
Create a crate::RecursiveMutex that works in both heap and zero-heap modes.
macro_rules! recursive_mutex {
() => { ... };
}Create a crate::RecursiveMutex that works in both heap and zero-heap modes.