From c7375dd04ca9b4e6445e307fa30d3d1018f226da Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 14 Jun 2023 12:17:48 +0200 Subject: [PATCH] zephyr: fix build --- port/zephyr/src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/port/zephyr/src/main.c b/port/zephyr/src/main.c index bd3070004..2af578f07 100644 --- a/port/zephyr/src/main.c +++ b/port/zephyr/src/main.c @@ -24,7 +24,6 @@ #include "btstack_debug.h" #include "btstack_event.h" #include "btstack_memory.h" -#include "btstack_run_loop_zephyr.h" #include "hci.h" #include "hci_dump.h" #include "hci_dump_embedded_stdout.h"