hci: fix build without le central

This commit is contained in:
Matthias Ringwald 2020-09-22 22:22:19 +02:00
parent d2011e9e1f
commit 0abd9f6450

View File

@ -3632,7 +3632,7 @@ static bool hci_run_general_gap_le(void){
#ifndef ENABLE_LE_CENTRAL
UNUSED(scanning_stop);
UNUSED(connecting_stop)
UNUSED(connecting_stop);
#endif
#ifndef ENABLE_LE_PERIPHERAL
UNUSED(advertising_stop);