bluetooth: hci: esp32: Fix DBG logging
The log level was always set to debug. Defining BT_DBG_ENABLED same as for other bluetooth files allows to switch off debug log messages. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
d6731819e3
commit
ecef16aa86
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)
|
||||
#define LOG_MODULE_NAME bt_hci_driver_esp32
|
||||
#include "common/log.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue