Bluetooth: tests: Remove references to CONFIG_SYS_LOG(_DEFAULT_LEVEL)

Removed in commit 0eb6ffa3e9 ("logging: kconfig: Remove legacy SYS_LOG
symbols").

Detected by an improved CI check that also checks samples and tests.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-10 07:23:06 +01:00 committed by Johan Hedberg
commit 513e36e312
2 changed files with 0 additions and 4 deletions

View file

@ -5,8 +5,6 @@ CONFIG_BT_HCI_RAW=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_DEBUG_LOG=y
# CONFIG_SYS_LOG=y
# CONFIG_SYS_LOG_DEFAULT_LEVEL=4
# CONFIG_BT_DEBUG_HCI_CORE=y
CONFIG_BT_DEBUG=y
CONFIG_BT_DEBUG_RPA=y

View file

@ -5,8 +5,6 @@ CONFIG_BT_HCI_RAW=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_DEBUG_LOG=y
# CONFIG_SYS_LOG=y
# CONFIG_SYS_LOG_DEFAULT_LEVEL=4
# CONFIG_BT_DEBUG_HCI_CORE=y
CONFIG_BT_ECC=y
CONFIG_BT_TINYCRYPT_ECC=y