From f585129d14a9eed8565d57b130167c82c15ebcca Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Tue, 11 Aug 2020 16:03:33 +0100 Subject: [PATCH] PN512 NFC driver: backward-compatible driver header path --- .../drivers/nfc/PN512/include/{ => nfc/controllers}/PN512Driver.h | 0 .../PN512/include/{ => nfc/controllers}/PN512SPITransportDriver.h | 0 .../PN512/include/{ => nfc/controllers}/PN512TransportDriver.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename connectivity/drivers/nfc/PN512/include/{ => nfc/controllers}/PN512Driver.h (100%) rename connectivity/drivers/nfc/PN512/include/{ => nfc/controllers}/PN512SPITransportDriver.h (100%) rename connectivity/drivers/nfc/PN512/include/{ => nfc/controllers}/PN512TransportDriver.h (100%) diff --git a/connectivity/drivers/nfc/PN512/include/PN512Driver.h b/connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512Driver.h similarity index 100% rename from connectivity/drivers/nfc/PN512/include/PN512Driver.h rename to connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512Driver.h diff --git a/connectivity/drivers/nfc/PN512/include/PN512SPITransportDriver.h b/connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512SPITransportDriver.h similarity index 100% rename from connectivity/drivers/nfc/PN512/include/PN512SPITransportDriver.h rename to connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512SPITransportDriver.h diff --git a/connectivity/drivers/nfc/PN512/include/PN512TransportDriver.h b/connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512TransportDriver.h similarity index 100% rename from connectivity/drivers/nfc/PN512/include/PN512TransportDriver.h rename to connectivity/drivers/nfc/PN512/include/nfc/controllers/PN512TransportDriver.h