Fix some remainings ARMCC warnings

pull/7822/head
Donatien Garnier 2018-08-29 19:56:06 +01:00
parent 1252590a16
commit a239c5e98e
3 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ private:
static void s_polling_callback(nfc_transceiver_t *pTransceiver, nfc_err_t ret, void *pUserData);
// Implementation of NFCControllerDriver::Delegate
void on_hw_interrupt();
virtual void on_hw_interrupt();
// Triggers when scheduler must be run again
void on_timeout();