mirror of https://github.com/ARMmbed/mbed-os.git
Missing change in NFCRemoteInitiator
parent
d63a36c586
commit
ce39e77f3d
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue