mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
7 lines
No EOL
169 B
C
7 lines
No EOL
169 B
C
#pragma once
|
|
|
|
#include <flipper_format/flipper_format.h>
|
|
|
|
bool totp_config_migrate_to_latest(
|
|
FlipperFormat* fff_data_file,
|
|
FlipperFormat* fff_backup_data_file); |