From 43dfd98a195d99d9e218be75213c3899149c41f9 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 21 May 2022 17:26:17 +0200 Subject: [PATCH] hci: fix build --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci.c b/src/hci.c index 491904bac..6dae414d1 100644 --- a/src/hci.c +++ b/src/hci.c @@ -7144,7 +7144,7 @@ uint8_t gap_connect_cancel(void){ } } break; - case LE_CONNECTING_CANCEL: + default: btstack_unreachable(); break; }