Skip to content

Commit ce89a15

Browse files
cvinayakjhedberg
authored andcommitted
samples: Bluetooth: central_hr: Fix prj_minimal.conf use
Fix prj_minimal.conf as the project configuration and not as the extra configuration for the sample. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 303af99 commit ce89a15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/bluetooth/central_hr/prj_minimal.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CONFIG_BT=y
22
CONFIG_BT_SMP=y
33
CONFIG_BT_CENTRAL=y
4+
CONFIG_BT_GATT_CLIENT=y
45

56
# Drivers and peripherals
67
CONFIG_I2C=n

samples/bluetooth/central_hr/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tests:
1111
- bbc_microbit
1212
integration_platforms:
1313
- bbc_microbit
14-
extra_args: EXTRA_CONF_FILE=prj_minimal.conf
14+
extra_args: CONF_FILE=prj_minimal.conf
1515
tags: bluetooth
1616
sample.bluetooth.central_hr.bt_ll_sw_split.extended:
1717
harness: bluetooth

0 commit comments

Comments
 (0)