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 {