mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 07:20:16 +00:00
waste 1 extra byte per SDP record to allow compilation with older compilers
This commit is contained in:
parent
eb984d877b
commit
9314412306
@ -66,7 +66,7 @@ typedef struct {
|
|||||||
|
|
||||||
// data is contained in same memory
|
// data is contained in same memory
|
||||||
uint32_t service_record_handle;
|
uint32_t service_record_handle;
|
||||||
uint8_t service_record[0];
|
uint8_t service_record[1]; // waste 1 byte to allow compilation with older compilers
|
||||||
} service_record_item_t;
|
} service_record_item_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user