mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
7 lines
169 B
C
7 lines
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); |