Skip to content

Commit a239c5e

Browse files
author
Donatien Garnier
committed
Fix some remainings ARMCC warnings
1 parent 1252590 commit a239c5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/nfc/nfc/NFCController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class NFCController : private NFCControllerDriver::Delegate {
163163
static void s_polling_callback(nfc_transceiver_t *pTransceiver, nfc_err_t ret, void *pUserData);
164164

165165
// Implementation of NFCControllerDriver::Delegate
166-
void on_hw_interrupt();
166+
virtual void on_hw_interrupt();
167167

168168
// Triggers when scheduler must be run again
169169
void on_timeout();

features/nfc/source/nfc/NFCEEPROM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,4 @@ void NFCEEPROM::handle_error(nfc_err_t ret)
422422
NFCNDEFCapable::Delegate *NFCEEPROM::ndef_capable_delegate()
423423
{
424424
return _delegate;
425-
}
425+
}

features/nfc/source/nfc/NFCNDEFCapable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ ndef_msg_t *NFCNDEFCapable::ndef_message()
8282
NFCNDEFCapable::Delegate *NFCNDEFCapable::ndef_capable_delegate()
8383
{
8484
return NULL;
85-
}
85+
}

0 commit comments

Comments
 (0)