l2cap: fix compile

This commit is contained in:
Matthias Ringwald 2017-09-18 21:00:25 +02:00
parent fe7ca8b009
commit 959f646afa

View File

@ -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