Skip to content

Commit

Permalink
Fix duplicate plugin in storage folder --nobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 21, 2024
1 parent d8a4dde commit 9b0e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/main/nfc/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ App(
apptype=FlipperAppType.PLUGIN,
entry_point="emv_plugin_ep",
targets=["f7"],
requires=["nfc", "storage"],
requires=["nfc"],
sources=["plugins/supported_cards/emv.c", "helpers/nfc_emv_parser.c"],
)

Expand Down

0 comments on commit 9b0e3a0

Please sign in to comment.