OSDN Git Service

monitor: Fix typo in command constant
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 12:26:26 +0000 (05:26 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 12:26:26 +0000 (05:26 -0700)
monitor/bt.h

index 20f2078..f8585ba 100644 (file)
@@ -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));