fix debug output

This commit is contained in:
matthias.ringwald 2011-07-16 14:23:58 +00:00
parent d829339565
commit 907dc1a993

View File

@ -853,7 +853,7 @@ void hci_run(){
connection = (hci_connection_t *) it;
if (!hci_can_send_packet_now(HCI_COMMAND_DATA_PACKET)) {
// log_dbg("hci_init: cannot send command packet\n");
// log_dbg("hci_run: cannot send command packet\n");
return;
}