From 1dfeafd11addeb6678c0fc40cfdbb697e820f26f Mon Sep 17 00:00:00 2001 From: Donatien Garnier Date: Fri, 17 Aug 2018 19:32:10 +0100 Subject: [PATCH] Missing =0 in NFCEEPROMDriver --- features/nfc/nfc/NFCEEPROMDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; /**