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

Commit b3ba5c3a authored by Chris Manton's avatar Chris Manton
Browse files

Initialize stack variable to eliminate warning

Change-Id: I4f4843da796d3c2b0aed3130b88d947491a341d0
parent edf282aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static void btsnoop_write(const void *data, size_t length) {
}

static void btsnoop_write_packet(packet_type_t type, const uint8_t *packet, bool is_received) {
  int length_he;
  int length_he = 0;
  int length;
  int flags;
  int drops = 0;