Skip to content

Commit

Permalink
Bluetooth: Mesh: Remove reference to non-existing Kconfig option
Browse files Browse the repository at this point in the history
There's no such Kconfig option as CONFIG_BT_MESH_TX_SEG_COUNT.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
Johan Hedberg authored and jhedberg committed Nov 13, 2017
1 parent 092a285 commit a554ae2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/bluetooth/mesh_demo/prj_bbc_microbit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ CONFIG_BT_BROADCASTER=y
CONFIG_BT_MESH=y
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_RX_SDU_MAX=36
CONFIG_BT_MESH_TX_SEG_COUNT=3
CONFIG_BT_MESH_SUBNET_COUNT=1
CONFIG_BT_MESH_APP_KEY_COUNT=2
CONFIG_BT_MESH_MODEL_GROUP_COUNT=2
Expand Down
1 change: 0 additions & 1 deletion samples/bluetooth/mesh_demo/prj_nrf51_blenano.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CONFIG_BT_BROADCASTER=y
CONFIG_BT_MESH=y
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_RX_SDU_MAX=36
CONFIG_BT_MESH_TX_SEG_COUNT=3
CONFIG_BT_MESH_SUBNET_COUNT=1
CONFIG_BT_MESH_APP_KEY_COUNT=1
CONFIG_BT_MESH_MODEL_GROUP_COUNT=2
Expand Down

0 comments on commit a554ae2

Please sign in to comment.