Skip to content

Commit

Permalink
Merge branch 'nfc-parsers' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jan 2, 2024
2 parents 48e80ad + b57f4ce commit 1e89197
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions applications/main/nfc/plugins/supported_cards/kazan.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
#include <nfc/nfc_device.h>
#include <nfc/helpers/nfc_util.h>
#include <nfc/protocols/mf_classic/mf_classic_poller_sync.h>
#include <stdbool.h>
#include <stdint.h>

#include <furi_hal_rtc.h>

#define TAG "Kazan"
Expand Down
1 change: 0 additions & 1 deletion applications/main/nfc/plugins/supported_cards/metromoney.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <nfc/nfc_device.h>
#include <nfc/helpers/nfc_util.h>
#include <nfc/protocols/mf_classic/mf_classic_poller_sync.h>
#include <stdint.h>

#define TAG "Metromoney"

Expand Down
3 changes: 1 addition & 2 deletions applications/main/nfc/plugins/supported_cards/umarsh.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
#include <nfc/nfc_device.h>
#include <nfc/helpers/nfc_util.h>
#include <nfc/protocols/mf_classic/mf_classic_poller_sync.h>
#include <stdbool.h>
#include <stdint.h>

#include <furi_hal_rtc.h>

#define TAG "Umarsh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include <nfc/nfc_device.h>
#include <nfc/helpers/nfc_util.h>
#include <nfc/protocols/mf_classic/mf_classic_poller_sync.h>
#include <stdbool.h>
#include <stdint.h>

#define TAG "Zolotaya Korona"

Expand Down

0 comments on commit 1e89197

Please sign in to comment.