Skip to content

Commit c4bd457

Browse files
committed
doc: network_core_monitor: Update Kconfig option reference
CONFIG_NCM_APP_FEEDING_INTERVAL_MSEC was renamed to CONFIG_NCM_FEEDING_INTERVAL_MSEC. Signed-off-by: Robert Lubos <[email protected]>
1 parent 5f90cc0 commit c4bd457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/libraries/others/network_core_monitor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Configuration
6262

6363
To enable this library, set the :kconfig:option:`CONFIG_NET_CORE_MONITOR` Kconfig option to ``y`` on both network and application cores.
6464

65-
The :kconfig:option:`CONFIG_NCM_APP_FEEDING_INTERVAL_MSEC` Kconfig option specifies how often the counter is updated by the network core.
65+
The :kconfig:option:`CONFIG_NCM_FEEDING_INTERVAL_MSEC` Kconfig option specifies how often the counter is updated by the network core.
6666
The default value is 500 milliseconds.
6767

6868
The :kconfig:option:`CONFIG_NCM_RESET_INIT_PRIORITY` Kconfig option sets priority for the initialization function.

0 commit comments

Comments
 (0)