mirror of https://github.com/ARMmbed/mbed-os.git
Fix virtualness of NFCControllerDriver::Delegate method
parent
6a0cbffaf6
commit
3b8413a3d8
|
|
@ -49,7 +49,7 @@ namespace nfc {
|
||||||
/**
|
/**
|
||||||
* Called when the controller asserts the interrupt line
|
* Called when the controller asserts the interrupt line
|
||||||
*/
|
*/
|
||||||
void on_hw_interrupt();
|
virtual void on_hw_interrupt() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue