mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 13:58:32 +00:00
5 lines
98 B
C
5 lines
98 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
bool furi_hal_lock_get();
|
|
void furi_hal_lock_set(bool locked);
|