mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 01:52:48 +00:00
Another Valgrind fix (#5690)
This commit is contained in:
parent
6749367a73
commit
57a9a5ca21
@ -104,7 +104,7 @@ void getMacAddr(uint8_t *dmac)
|
|||||||
exit;
|
exit;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
struct hci_dev_info di;
|
struct hci_dev_info di = {0};
|
||||||
di.dev_id = 0;
|
di.dev_id = 0;
|
||||||
bdaddr_t bdaddr;
|
bdaddr_t bdaddr;
|
||||||
int btsock;
|
int btsock;
|
||||||
|
Loading…
Reference in New Issue
Block a user