We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554567e commit 8001124Copy full SHA for 8001124
cores/esp32/esp32-hal-bt.c
@@ -3,7 +3,7 @@
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
-//
+
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
@@ -24,7 +24,6 @@
24
static bool _bt_initialized = false;
25
static bool _bt_enabled = false;
26
27
-// Diese Implementierung überschreibt die schwache (weak) Version in esp32-hal-misc.c
28
bool btInUse() {
29
return _bt_initialized && _bt_enabled;
30
}
0 commit comments