mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
sdp_util: remove ; after function declaration
This commit is contained in:
parent
927fd23f2a
commit
b398819556
@ -204,7 +204,7 @@ void de_store_descriptor_with_len(uint8_t * header, de_type_t type, de_size_t si
|
||||
/* starts a new sequence in empty buffer - first call */
|
||||
void de_create_sequence(uint8_t *header){
|
||||
de_store_descriptor_with_len( header, DE_DES, DE_SIZE_VAR_16, 0); // DES, 2 Byte Length
|
||||
};
|
||||
}
|
||||
|
||||
/* starts a sub-sequence, @returns handle for sub-sequence */
|
||||
uint8_t * de_push_sequence(uint8_t *header){
|
||||
|
Loading…
x
Reference in New Issue
Block a user