Fix virtualness of NFCControllerDriver::Delegate method

pull/7822/head
Donatien Garnier 2018-08-17 19:16:02 +01:00
parent 6a0cbffaf6
commit 3b8413a3d8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace nfc {
/**
* Called when the controller asserts the interrupt line
*/
void on_hw_interrupt();
virtual void on_hw_interrupt() {}
};
/**