Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Fixing compilation issue in release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-winn committed May 22, 2019
1 parent 5ac6002 commit 8b1a511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nemesis-Mod/src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void App::waitForWakeEvent() {
}

#if defined (__RELEASE__)
hardware->sleepSafe();
m_hardware->sleepSafe();
#endif
}

Expand Down

0 comments on commit 8b1a511

Please sign in to comment.