mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
util: fix docu to match function return value
This commit is contained in:
parent
3e40861c0c
commit
969fc1c501
@ -54,7 +54,7 @@
|
||||
* @brief Compare two Bluetooth addresses
|
||||
* @param a
|
||||
* @param b
|
||||
* @return true if equal
|
||||
* @return 0 if equal
|
||||
*/
|
||||
int bd_addr_cmp(bd_addr_t a, bd_addr_t b){
|
||||
return memcmp(a,b, BD_ADDR_LEN);
|
||||
|
Loading…
x
Reference in New Issue
Block a user