diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-09-22 00:34:34 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-10-27 16:56:47 +0100 |
| commit | 06b721a71fabc2213498dfc50a36681eb300a129 (patch) | |
| tree | 79700c105718a0d08d85d2f1ea2fe09b12ccbd8c /src/displayapp/DisplayApp.h | |
| parent | 771008495edf0144dd528818bafa77bc10096002 (diff) | |
Improve sleep time calculation docs
Diffstat (limited to 'src/displayapp/DisplayApp.h')
| -rw-r--r-- | src/displayapp/DisplayApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.h b/src/displayapp/DisplayApp.h index 73492808..2f276eaf 100644 --- a/src/displayapp/DisplayApp.h +++ b/src/displayapp/DisplayApp.h @@ -139,7 +139,7 @@ namespace Pinetime { bool isDimmed = false; TickType_t CalculateSleepTime(); - TickType_t alwaysOnTickCount; + TickType_t alwaysOnFrameCount; TickType_t alwaysOnStartTime; // If this is to be changed, make sure the actual always on refresh rate is changed // by configuring the LCD refresh timings |
