From 6a149cfd6992cabc2af6ec5db00f00d5d1e63f33 Mon Sep 17 00:00:00 2001 From: Balazs Racz Date: Sat, 2 Jan 2021 12:48:40 +0100 Subject: [PATCH] fix eepromemu tests. --- src/utils/EEPROMEmuTest.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/EEPROMEmuTest.hxx b/src/utils/EEPROMEmuTest.hxx index 5f04de8f0..bd5288b2b 100644 --- a/src/utils/EEPROMEmuTest.hxx +++ b/src/utils/EEPROMEmuTest.hxx @@ -59,6 +59,10 @@ static const char FILENAME[] = "/tmp/eeprom"; #define EELEN 32768 +void EEPROMEmulation::updated_notification() +{ +} + // We need to jump through some hoops to define a linker symbol // "__eeprom_start" in a place that is not actually constant. namespace foo {