mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 13:52:38 +03:00
585b7f963d
merge ofw commit
16 lines
195 B
C
16 lines
195 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void flipper_boot_update_exec(void);
|
|
|
|
void flipper_boot_dfu_exec(void);
|
|
|
|
void flipper_boot_recovery_exec(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|