Skip to content

Commit

Permalink
Fix missing ifdef for reboot because macos build is broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Aug 27, 2023
1 parent bef698c commit cebac9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/openlcb/MemoryConfig.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,9 @@ private:

long long timeout() override
{
#if OPENMRN_FEATURE_REBOOT
reboot();
#endif
return DELETE;
}
};
Expand Down

0 comments on commit cebac9c

Please sign in to comment.