From c292c981a56f8f7d25d411eb64f86c2181ebd639 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 7 Oct 2013 05:26:26 -0700 Subject: [PATCH] monitor: Fix typo in command constant --- monitor/bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/bt.h b/monitor/bt.h index 20f20780e..f8585ba58 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -896,7 +896,7 @@ struct bt_hci_rsp_read_flow_control_mode { uint8_t mode; } __attribute__ ((packed)); -#define BT_HCI_CMD_WRITE_FLOW_CONROL_MODE 0x0c67 +#define BT_HCI_CMD_WRITE_FLOW_CONTROL_MODE 0x0c67 struct bt_hci_cmd_write_flow_control_mode { uint8_t mode; } __attribute__ ((packed)); -- 2.11.0