Skip to content

Commit

Permalink
fix crash after st25tb save
Browse files Browse the repository at this point in the history
  • Loading branch information
augustozanellato committed Oct 27, 2023
1 parent d92b0a8 commit f69004c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ const NfcProtocolSupportBase nfc_protocol_support_st25tb = {
.on_enter = nfc_protocol_support_common_on_enter_empty,
.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 =
{
.on_enter = nfc_protocol_support_common_on_enter_empty,
Expand Down

0 comments on commit f69004c

Please sign in to comment.