From 959f646afa7ce88da8426638ea69e0a49dd587f5 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 18 Sep 2017 21:00:25 +0200 Subject: [PATCH] l2cap: fix compile --- src/l2cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l2cap.c b/src/l2cap.c index 3f353a769..760e2f1f2 100644 --- a/src/l2cap.c +++ b/src/l2cap.c @@ -1236,7 +1236,7 @@ static void l2cap_run(void){ } } -#if defined(ENABLE_BLE) || defined(ENABLE_BLE) +#if defined(ENABLE_CLASSIC) || defined(ENABLE_BLE) btstack_linked_list_iterator_t it; #endif