Skip to content

Commit

Permalink
fix eepromemu tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Jan 2, 2021
1 parent c3e992c commit 6a149cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/EEPROMEmuTest.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a149cf

Please sign in to comment.