Missing =0 in NFCEEPROMDriver

pull/7822/head
Donatien Garnier 2018-08-17 19:32:10 +01:00
parent 928115b106
commit 1dfeafd11a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}; };
/** /**