We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9ab44 commit dc9bc8fCopy full SHA for dc9bc8f
devices/ble_hci/common-hal/_bleio/att.c
@@ -61,7 +61,7 @@ STATIC struct {
61
typedef struct __packed {
62
uint8_t properties;
63
uint16_t value_handle;
64
- uint8_t uuid[0]; // 2 or 16 bytes
+ uint8_t uuid[]; // 2 or 16 bytes
65
} characteristic_declaration_t;
66
67
STATIC uint8_t bleio_properties_to_ble_spec_properties(uint8_t bleio_properties) {
0 commit comments