Skip to content

Commit

Permalink
Fix OFW build
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Jan 31, 2025
1 parent d911ef1 commit cd52cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfc_maker/scenes/nfc_maker_scene_save_generate.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static void nfc_maker_scene_save_generate_populate_ndef_buffer(NfcMaker* app) {
#ifdef FW_ORIGIN_Momentum
"MomentumFW"
#else
"FlipperZero",
"FlipperZero"
#endif
"//%s//EN\r\n",
version_get_version(NULL));
Expand Down

0 comments on commit cd52cb0

Please sign in to comment.