flipperzero-firmware/firmware/targets/furi-hal-include/furi-hal-lock.h

6 lines
98 B
C
Raw Normal View History

#pragma once
#include <stdbool.h>
bool furi_hal_lock_get();
void furi_hal_lock_set(bool locked);