flipperzero_sys

Function furi_kernel_unlock

Source
pub unsafe extern "C" fn furi_kernel_unlock() -> i32
Expand description

Unlock kernel, resume process scheduling

This should never be called in interrupt request context.

ยงReturns

previous lock state(0 - unlocked, 1 - locked)