Skip to content

Commit 8001124

Browse files
authored
Update esp32-hal-bt.c
1 parent 554567e commit 8001124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cores/esp32/esp32-hal-bt.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
6-
//
6+
77
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
@@ -24,7 +24,6 @@
2424
static bool _bt_initialized = false;
2525
static bool _bt_enabled = false;
2626

27-
// Diese Implementierung überschreibt die schwache (weak) Version in esp32-hal-misc.c
2827
bool btInUse() {
2928
return _bt_initialized && _bt_enabled;
3029
}

0 commit comments

Comments
 (0)