Skip to content

Commit 768e57f

Browse files
committed
Fix BT enabled check
1 parent b1b77a6 commit 768e57f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cores/esp32/esp32-hal-bt.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
#if CONFIG_BT_ENABLED
1514

1615
#include "esp32-hal-bt.h"
1716

17+
#if CONFIG_BT_ENABLED
18+
1819
#include "bt.h"
1920
#include "esp_bt_defs.h"
2021
#include "esp_bt_main.h"

0 commit comments

Comments
 (0)