also add empty define for set_bd_addr to csr bt_control

This commit is contained in:
matthias.ringwald@gmail.com 2015-02-10 21:48:32 +00:00
parent f5ee0ba39f
commit c6af8a746f

View File

@ -128,6 +128,7 @@ static const bt_control_t bt_control_csr = {
bt_control_csr_next_cmd, // next_cmd bt_control_csr_next_cmd, // next_cmd
NULL, // register_for_power_notifications NULL, // register_for_power_notifications
NULL, // hw_error NULL, // hw_error
NULL, // set_bd_addr_cmd
}; };
static const hci_uart_config_t hci_uart_config_csr = { static const hci_uart_config_t hci_uart_config_csr = {