Skip to content

Commit 29f7914

Browse files
committed
Fix build.
1 parent 31666f2 commit 29f7914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPrograms/Source/CommonFramework/Environment/SystemSleep.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SystemSleepController{
5555
public:
5656
static SystemSleepController& instance();
5757

58-
virtual void stop() = 0;
58+
virtual void stop(){}
5959

6060
SleepSuppress current_state() const;
6161

0 commit comments

Comments
 (0)