tests: Bluetooth: df: Fix wrong max antenna switch pattern len config
Due to change in Kconfig CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN the Kconfigs in tests were wrong and tests were not building. The commit sets the max antenna switch pattern length to actual maximum value. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
f35b22a541
commit
f0e456dc50
3 changed files with 3 additions and 3 deletions
|
|
@ -158,7 +158,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN
|
||||
#define CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN 39
|
||||
#define CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN 38
|
||||
#endif
|
||||
|
||||
/* Kconfig Cheats */
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ CONFIG_BT_DF_CONNECTION_CTE_RSP=y
|
|||
CONFIG_BT_DF_CONNECTION_CTE_REQ=y
|
||||
|
||||
# Set antenna switch pattern to max allowed value
|
||||
CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN=39
|
||||
CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN=38
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ CONFIG_BT_DF=y
|
|||
CONFIG_BT_CTLR_DF=y
|
||||
|
||||
# set antenna switch pattern to max allowed value
|
||||
CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN=39
|
||||
CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN=38
|
||||
|
|
|
|||
Loading…
Reference in a new issue