diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-08-10 19:03:34 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-08-10 19:03:34 (GMT) |
| commit | 8a694adb0979339664da0af6d51c480d26c5527b (patch) | |
| tree | 89c0deb381b34d3060edfcee249a9e5177244e67 /src/drivers/TwiMaster.h | |
| parent | 7e92577c14895f57f5adda27ad54adbbc4b7ffe9 (diff) | |
Rework TouchHandler into not a task
Diffstat (limited to 'src/drivers/TwiMaster.h')
| -rw-r--r-- | src/drivers/TwiMaster.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/TwiMaster.h b/src/drivers/TwiMaster.h index 5748ec6..6175b99 100644 --- a/src/drivers/TwiMaster.h +++ b/src/drivers/TwiMaster.h @@ -39,7 +39,6 @@ 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 |
