summaryrefslogtreecommitdiff
path: root/src/components/ble
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble')
-rw-r--r--src/components/ble/CurrentTimeService.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/CurrentTimeService.h b/src/components/ble/CurrentTimeService.h
index 91544314..9933923d 100644
--- a/src/components/ble/CurrentTimeService.h
+++ b/src/components/ble/CurrentTimeService.h
@@ -47,8 +47,8 @@ namespace Pinetime {
} CtsCurrentTimeData;
typedef struct __attribute__((packed)) {
- uint8_t timezone;
- uint8_t dst;
+ int8_t timezone;
+ int8_t dst;
} CtsLocalTimeData;
DateTime& m_dateTimeController;