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 nfc {
|
||||
|
||||
class NFCTarget : public NFCEndpoint, public NFCNDEFCapable {
|
||||
class NFCTarget : public NFCNDEFCapable {
|
||||
public:
|
||||
NFCTarget();
|
||||
virtual ~NFCTarget();
|
||||
|
|
Loading…
Reference in New Issue