diff --git a/features/nfc/nfc/NFCEEPROMDriver.h b/features/nfc/nfc/NFCEEPROMDriver.h index 5f4792caf1..5a73bd0aec 100644 --- a/features/nfc/nfc/NFCEEPROMDriver.h +++ b/features/nfc/nfc/NFCEEPROMDriver.h @@ -102,7 +102,7 @@ namespace nfc { * * @note this function can be called in interrupt context */ - virtual void on_event(); + virtual void on_event() = 0; }; /**