From 7778904a392dfeb76fd9ee6ab1b6a40ff280ad21 Mon Sep 17 00:00:00 2001 From: Chris van Marle Date: Thu, 27 Oct 2022 18:49:06 +0200 Subject: [PATCH] MRTD move mrtd_helpers to nfc/helpers/ --- lib/nfc/{protocols => helpers}/mrtd_helpers.c | 0 lib/nfc/{protocols => helpers}/mrtd_helpers.h | 0 lib/nfc/protocols/mrtd.h | 3 +-- 3 files changed, 1 insertion(+), 2 deletions(-) rename lib/nfc/{protocols => helpers}/mrtd_helpers.c (100%) rename lib/nfc/{protocols => helpers}/mrtd_helpers.h (100%) diff --git a/lib/nfc/protocols/mrtd_helpers.c b/lib/nfc/helpers/mrtd_helpers.c similarity index 100% rename from lib/nfc/protocols/mrtd_helpers.c rename to lib/nfc/helpers/mrtd_helpers.c diff --git a/lib/nfc/protocols/mrtd_helpers.h b/lib/nfc/helpers/mrtd_helpers.h similarity index 100% rename from lib/nfc/protocols/mrtd_helpers.h rename to lib/nfc/helpers/mrtd_helpers.h diff --git a/lib/nfc/protocols/mrtd.h b/lib/nfc/protocols/mrtd.h index 0a9e64801..6ac4a93ae 100644 --- a/lib/nfc/protocols/mrtd.h +++ b/lib/nfc/protocols/mrtd.h @@ -1,8 +1,7 @@ #pragma once #include - -#include "mrtd_helpers.h" +#include #define MRTD_APP_FOLDER NFC_APP_FOLDER "/mrtd" #define MRTD_APP_EXTENSION ".mrtd"