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

Commit 07d3d369 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Fix use of uninitialised variable" am: 4cf5ccb0

am: 9cfcc60f

Change-Id: I283c56324359e9cdb5399860498392a4fb4294d7
parents 715e829a 9cfcc60f
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);