mirror of https://github.com/ARMmbed/mbed-os.git
Fix NFCEEPROM's destructor
parent
2db8f8607d
commit
3cd3efe9d8
|
@ -51,7 +51,7 @@ namespace nfc {
|
|||
*/
|
||||
NFCEEPROM(NFCEEPROMDriver* driver);
|
||||
|
||||
virtual ~NFCTarget();
|
||||
virtual ~NFCEEPROM();
|
||||
|
||||
/**
|
||||
* The NFCEEPROM delegate. Users of the NFCEEPROM class need to implement this delegate's methods to receive events.
|
||||
|
|
Loading…
Reference in New Issue