aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/TwiMaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/TwiMaster.h')
-rw-r--r--src/drivers/TwiMaster.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/TwiMaster.h b/src/drivers/TwiMaster.h
index 5748ec65..6175b99b 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