diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-07 19:09:09 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-08 14:49:01 (GMT) |
| commit | 461b4f9f53aa713cdd494f290612c2bff005a10a (patch) | |
| tree | bcc20221c9ff3aee25e56939a146893b4edff7f4 /src/components/datetime/DateTimeController.h | |
| parent | 82df6f6a41b38f12999e02cde1f4d5456f4e31f1 (diff) | |
Don't keep subsecond ticks
Diffstat (limited to 'src/components/datetime/DateTimeController.h')
| -rw-r--r-- | src/components/datetime/DateTimeController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/datetime/DateTimeController.h b/src/components/datetime/DateTimeController.h index cf9d52c..4518c01 100644 --- a/src/components/datetime/DateTimeController.h +++ b/src/components/datetime/DateTimeController.h @@ -84,7 +84,6 @@ namespace Pinetime { uint8_t hour = 0; uint8_t minute = 0; uint8_t second = 0; - uint16_t subsecondTicks = 0; uint32_t previousSystickCounter = 0; // FIXME: This could probably be 16 bits? std::chrono::time_point<std::chrono::system_clock, std::chrono::seconds> currentDateTime; |
