Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cfcc60f authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Fix use of uninitialised variable"

am: 4cf5ccb0

Change-Id: I315935b706a7386547caac06c8e8f981e71e7431
parents 55587d36 4cf5ccb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ void hci_close() {
}

void hci_transmit(BT_HDR* packet) {
  uint8_t type;
  uint8_t type = 0;

  CHECK(bt_vendor_fd != -1);