Missing change in NFCRemoteInitiator

pull/7822/head
Donatien Garnier 2018-08-17 19:40:31 +01:00
parent d63a36c586
commit ce39e77f3d
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <stdint.h> #include <stdint.h>
#include "NFCDefinitions.h" #include "NFCDefinitions.h"
#include "NFCEndpoint.h" #include "NFCRemoteEndpoint.h"
#include "NFCNDEFCapable.h" #include "NFCNDEFCapable.h"
namespace mbed { 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. * 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: public:
/** /**
* Create a NFCRemoteInitiator. * Create a NFCRemoteInitiator.