diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-07-15 22:49:20 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-07-15 22:49:20 (GMT) |
| commit | 93ccbf38e81b30165e49e897c01cac2eb54cc331 (patch) | |
| tree | d8e1098b5dfebeb170388ccfa70b611a0900542b /src/drivers/TwiMaster.h | |
| parent | 2a3e1263906d1145d6b539ff019362f0077d8097 (diff) | |
Fix touch wakeup and code cleanup
Diffstat (limited to 'src/drivers/TwiMaster.h')
| -rw-r--r-- | src/drivers/TwiMaster.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/TwiMaster.h b/src/drivers/TwiMaster.h index 6175b99..5748ec6 100644 --- a/src/drivers/TwiMaster.h +++ b/src/drivers/TwiMaster.h @@ -39,6 +39,7 @@ namespace Pinetime { uint8_t internalBuffer[maxDataSize + registerSize]; uint32_t txStartedCycleCount = 0; static constexpr uint32_t HwFreezedDelay {161000}; + bool sleeping; }; } -}
\ No newline at end of file +} |
