BLE CTS: fixed signedness of timezone
This commit is contained in:
parent
f1d2a8ee50
commit
02116a2fd4
3 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue