Skip to content

Commit ec9b96c

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
samples: matter: Fixed minor issues in Kconfig descripitons
A few small issues were found in Kconfig descriptions. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent 46aee8d commit ec9b96c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

samples/matter/common/src/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config NCS_SAMPLE_MATTER_APP_TASK_QUEUE_SIZE
8-
int "Maximum amount of tasks delegated to be run in the application queue"
8+
int "Maximum number of tasks delegated to be run in the application queue"
99
default 10
1010
help
1111
Define the maximum size of the queue dedicated for application tasks that
@@ -22,7 +22,7 @@ config NCS_SAMPLE_MATTER_CUSTOM_BLUETOOTH_ADVERTISING
2222
bool "Define the custom behavior of the Bluetooth advertisement in the application code"
2323
help
2424
Disable the default Bluetooth advertising start which is defined in the board.cpp file and
25-
allow to use the custom one.
25+
allows to use the custom one.
2626

2727
config NCS_SAMPLE_MATTER_OPERATIONAL_KEYS_MIGRATION_TO_ITS
2828
bool "Operational keys migration feature"

samples/matter/common/src/diagnostic/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ menuconfig NCS_SAMPLE_MATTER_DIAGNOSTIC_LOGS
1111
Provides support for diagnostics logs. Diagnostics logs allow the Matter controller to read end-user,
1212
network and crash logs from the Matter device.
1313
Diagnostic logs are usable only if the DiagnosticCluster is available and active on the device's root endpoint.
14-
Otherwise the compilation error occurs.
14+
Otherwise, the compilation error occurs.
1515

1616
if NCS_SAMPLE_MATTER_DIAGNOSTIC_LOGS
1717

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ manifest:
157157
- name: matter
158158
repo-path: sdk-connectedhomeip
159159
path: modules/lib/matter
160-
revision: 8276cee2ff38d4cda5ade8f3c9c0ac2182c08dc1
160+
revision: d624f59a4f2b349271fd88fa4649abf045f2b912
161161
west-commands: scripts/west/west-commands.yml
162162
submodules:
163163
- name: nlio

0 commit comments

Comments
 (0)