mirror of https://github.com/ARMmbed/mbed-os.git
Fix some remainings ARMCC warnings
parent
1252590a16
commit
a239c5e98e
|
@ -163,7 +163,7 @@ private:
|
||||||
static void s_polling_callback(nfc_transceiver_t *pTransceiver, nfc_err_t ret, void *pUserData);
|
static void s_polling_callback(nfc_transceiver_t *pTransceiver, nfc_err_t ret, void *pUserData);
|
||||||
|
|
||||||
// Implementation of NFCControllerDriver::Delegate
|
// Implementation of NFCControllerDriver::Delegate
|
||||||
void on_hw_interrupt();
|
virtual void on_hw_interrupt();
|
||||||
|
|
||||||
// Triggers when scheduler must be run again
|
// Triggers when scheduler must be run again
|
||||||
void on_timeout();
|
void on_timeout();
|
||||||
|
|
Loading…
Reference in New Issue