From 6d666389fb7e09b332e53339729c27724251b7e4 Mon Sep 17 00:00:00 2001 From: noproto Date: Sun, 4 Aug 2024 08:30:02 -0400 Subject: [PATCH] Use EXT_PATH instead of ANY_PATH --- lib/nfc/protocols/mf_classic/mf_classic_poller_i.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h b/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h index 2a5341197..d29b92921 100644 --- a/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h +++ b/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h @@ -9,8 +9,8 @@ extern "C" { #endif -#define MF_CLASSIC_FWT_FC (60000) -#define NFC_FOLDER ANY_PATH("nfc") +#define MF_CLASSIC_FWT_FC (60000) +#define NFC_FOLDER EXT_PATH("nfc") #define MF_CLASSIC_NESTED_LOGS_FILE_NAME ".nested.log" #define MF_CLASSIC_NESTED_LOGS_FILE_PATH (NFC_FOLDER "/" MF_CLASSIC_NESTED_LOGS_FILE_NAME)