Function flipperzero_sys::furi_kernel_unlock
source · pub unsafe extern "C" fn furi_kernel_unlock() -> i32Expand description
Unlock kernel, resume process scheduling
This should never be called in interrupt request context.
§Returns
previous lock state(0 - unlocked, 1 - locked)