mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-30 08:20:21 +00:00
585b7f963d
merge ofw commit
11 lines
289 B
C
11 lines
289 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include "../desktop.h"
|
|
#include <desktop/desktop_settings.h>
|
|
|
|
void desktop_pin_lock_error_notify(void);
|
|
|
|
uint32_t desktop_pin_lock_get_fail_timeout(void);
|
|
|
|
bool desktop_pin_compare(const PinCode* pin_code1, const PinCode* pin_code2);
|