diff --git a/features/nfc/nfc/NFCRemoteInitiator.h b/features/nfc/nfc/NFCRemoteInitiator.h index da02ff7ece..53d3e36381 100644 --- a/features/nfc/nfc/NFCRemoteInitiator.h +++ b/features/nfc/nfc/NFCRemoteInitiator.h @@ -20,7 +20,7 @@ #include #include "NFCDefinitions.h" -#include "NFCEndpoint.h" +#include "NFCRemoteEndpoint.h" #include "NFCNDEFCapable.h" namespace mbed { @@ -38,7 +38,7 @@ namespace nfc { * * An initiator can be a NFC reader, a NFC-enabled phone or other NFC device capable of generating a RF field. */ - class NFCRemoteInitiator : public NFCEndpoint, public NFCNDEFCapable { + class NFCRemoteInitiator : public NFCRemoteEndpoint, public NFCNDEFCapable { public: /** * Create a NFCRemoteInitiator.