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();

View File

@ -422,4 +422,4 @@ void NFCEEPROM::handle_error(nfc_err_t ret)
NFCNDEFCapable::Delegate *NFCEEPROM::ndef_capable_delegate()
{
return _delegate;
}
}

View File

@ -82,4 +82,4 @@ ndef_msg_t *NFCNDEFCapable::ndef_message()
NFCNDEFCapable::Delegate *NFCNDEFCapable::ndef_capable_delegate()
{
return NULL;
}
}