NFCTarget should not inherit from NFCEndpoint

pull/7822/head
Donatien Garnier 2018-08-03 18:13:10 +01:00
parent da4842de45
commit 3321a5998d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
namespace mbed {
namespace nfc {
class NFCTarget : public NFCEndpoint, public NFCNDEFCapable {
class NFCTarget : public NFCNDEFCapable {
public:
NFCTarget();
virtual ~NFCTarget();