mirror of https://github.com/ARMmbed/mbed-os.git
Missing =0 in NFCEEPROMDriver
parent
928115b106
commit
1dfeafd11a
|
|
@ -102,7 +102,7 @@ namespace nfc {
|
||||||
*
|
*
|
||||||
* @note this function can be called in interrupt context
|
* @note this function can be called in interrupt context
|
||||||
*/
|
*/
|
||||||
virtual void on_event();
|
virtual void on_event() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue