mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 21:35:08 +00:00
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: Shailendra Verma <shailendra.capricorn@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
917a333792
commit
bff6b89f86
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user