From 3321a5998dcdcf11f5d5aa10b43e3c94dcc0626c Mon Sep 17 00:00:00 2001
From: Donatien Garnier <donatien.garnier@arm.com>
Date: Fri, 3 Aug 2018 18:13:10 +0100
Subject: [PATCH] NFCTarget should not inherit from NFCEndpoint

---
 features/nfc/nfc/NFCTarget.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/nfc/nfc/NFCTarget.h b/features/nfc/nfc/NFCTarget.h
index cc34f7fb0b..e7f3897db7 100644
--- a/features/nfc/nfc/NFCTarget.h
+++ b/features/nfc/nfc/NFCTarget.h
@@ -26,7 +26,7 @@
 namespace mbed {
 namespace nfc {
 
-    class NFCTarget : public NFCEndpoint, public NFCNDEFCapable {
+    class NFCTarget : public NFCNDEFCapable {
     public:
         NFCTarget();
         virtual ~NFCTarget();