hci_cmd: fix compile

This commit is contained in:
Matthias Ringwald 2019-07-11 11:16:39 +02:00
parent 5e71c55d29
commit 6ea073fee9

View File

@ -621,7 +621,7 @@ OPCODE(OGF_CONTROLLER_BASEBAND, 0x14), ""
/**
*/
const hci_cmd_t hci_read_page_timeout = {
OPCODEX(OGF_CONTROLLER_BASEBAND, 0x17), ""
OPCODE(OGF_CONTROLLER_BASEBAND, 0x17), ""
};
/**
@ -634,7 +634,7 @@ OPCODE(OGF_CONTROLLER_BASEBAND, 0x18), "2"
/**
*/
const hci_cmd_t hci_read_page_scan_activity = {
OPCODEX(OGF_CONTROLLER_BASEBAND, 0x1B), ""
OPCODE(OGF_CONTROLLER_BASEBAND, 0x1B), ""
};
/**
@ -642,7 +642,7 @@ OPCODEX(OGF_CONTROLLER_BASEBAND, 0x1B), ""
* @param page_scan_window (* 0.625 ms, must be <= page_scan_interval)
*/
const hci_cmd_t hci_write_page_scan_activity = {
OPCODEX(OGF_CONTROLLER_BASEBAND, 0x1C), "22"
OPCODE(OGF_CONTROLLER_BASEBAND, 0x1C), "22"
};
/**