mirror of https://github.com/ARMmbed/mbed-os.git
NFCTarget should not inherit from NFCEndpoint
parent
da4842de45
commit
3321a5998d
|
@ -26,7 +26,7 @@
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
namespace nfc {
|
namespace nfc {
|
||||||
|
|
||||||
class NFCTarget : public NFCEndpoint, public NFCNDEFCapable {
|
class NFCTarget : public NFCNDEFCapable {
|
||||||
public:
|
public:
|
||||||
NFCTarget();
|
NFCTarget();
|
||||||
virtual ~NFCTarget();
|
virtual ~NFCTarget();
|
||||||
|
|
Loading…
Reference in New Issue