mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
fix crash after st25tb save (#3170)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
cfaf745523
commit
0fe93fcfa4
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ const NfcProtocolSupportBase nfc_protocol_support_st25tb = {
|
||||||
.on_enter = nfc_protocol_support_common_on_enter_empty,
|
.on_enter = nfc_protocol_support_common_on_enter_empty,
|
||||||
.on_event = nfc_scene_saved_menu_on_event_st25tb,
|
.on_event = nfc_scene_saved_menu_on_event_st25tb,
|
||||||
},
|
},
|
||||||
|
.scene_save_name =
|
||||||
|
{
|
||||||
|
.on_enter = nfc_protocol_support_common_on_enter_empty,
|
||||||
|
.on_event = nfc_protocol_support_common_on_event_empty,
|
||||||
|
},
|
||||||
.scene_emulate =
|
.scene_emulate =
|
||||||
{
|
{
|
||||||
.on_enter = nfc_protocol_support_common_on_enter_empty,
|
.on_enter = nfc_protocol_support_common_on_enter_empty,
|
||||||
|
|
Loading…
Reference in a new issue