mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
6 lines
98 B
C
6 lines
98 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
bool furi_hal_lock_get();
|
|
void furi_hal_lock_set(bool locked);
|