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

Commit bff6b89f authored by Shailendra Verma's avatar Shailendra Verma Committed by Marcel Holtmann
Browse files

Bluetooth: hci_uart: Change 1 to true for bool type variables assignments



The variables txcrc and hciextn are bool type. So assigning true
instead of 1.

Signed-off-by: default avatarShailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 917a3337
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@

#include "hci_uart.h"

static bool txcrc = 1;
static bool hciextn = 1;
static bool txcrc = true;
static bool hciextn = true;

#define BCSP_TXWINSIZE	4