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:
Martin Jäger 2021-08-15 13:55:04 +02:00 committed by Carles Cufí
commit ecef16aa86

View file

@ -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"