mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-02 18:13:33 -07:00
0c1bcf144b
Co-authored-by: あく <alleteam@gmail.com>
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);
|