* 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
16 lines
183 B
C
16 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
|