From a9bf6a2a60b8319a842ce4e74e1afad9c41d7ff5 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 22 Oct 2020 10:16:36 -0700 Subject: lib: Fix using spaces to align BT_PKT_STATUS --- lib/bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 7ee9037a6..9ab033ec4 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -136,7 +136,7 @@ struct bt_voice { #define BT_MODE_LE_FLOWCTL 0x03 #define BT_MODE_EXT_FLOWCTL 0x04 -#define BT_PKT_STATUS 16 +#define BT_PKT_STATUS 16 #define BT_SCM_PKT_STATUS 0x03 -- cgit v1.2.1