Skip to content

Commit dacd9d3

Browse files
committed
bluetooth: Increase SW_REVISION_LEN to 8
Signed-off-by: Joshua Jun <lets@throw.rocks>
1 parent 83efa32 commit dacd9d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/bluetooth/dis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define MANUFACTURER_LEN (18) // sizeof("Pebble Technology")
1616
#define SERIAL_NUMBER_LEN (13) // MFG_SERIAL_NUMBER_SIZE + 1
1717
#define FW_REVISION_LEN (32) // FW_METADATA_VERSION_TAG_BYTES)
18-
#define SW_REVISION_LEN (6) // Fmt: xx.xx\0
18+
#define SW_REVISION_LEN (8) // Fmt: xx.xxx\0
1919

2020
typedef struct PACKED DisInfo {
2121
char model_number[MODEL_NUMBER_LEN];

0 commit comments

Comments
 (0)