mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-22 10:43:11 +00:00
1eda913367
* Nfc: fix PVS warnings * Factory reset combo, initial version * Recovery screen and correct input pin initialization * Better pin and factory reset message * Down to cancel factory reset
15 lines
183 B
C
15 lines
183 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void flipper_boot_update_exec();
|
|
|
|
void flipper_boot_dfu_exec();
|
|
|
|
void flipper_boot_recovery_exec();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|