summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hci/src/hci_layer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hci/src/hci_layer.cc b/hci/src/hci_layer.cc
index 05575989f..ecf7d6e20 100644
--- a/hci/src/hci_layer.cc
+++ b/hci/src/hci_layer.cc
@@ -509,7 +509,7 @@ static void command_timed_out(void* original_wait_entry) {
// We shouldn't try to recover the stack from this command timeout.
// If it's caused by a software bug, fix it. If it's a hardware bug, fix it.
- abort();
+ exit(0);
}
// Event/packet receiving functions