This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 20fd7f588ff4d72527c1f3e768b1464effed0ee6
Author: raiden00pl <raide...@railab.me>
AuthorDate: Sat Nov 4 20:56:10 2023 +0100

    Documentation: CONFIG_USER_ENTRYPOINT was changed to CONFIG_INIT_ENTRYPOINT
---
 Documentation/guides/customapps.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/guides/customapps.rst 
b/Documentation/guides/customapps.rst
index f2930f4704..44eeb6e953 100644
--- a/Documentation/guides/customapps.rst
+++ b/Documentation/guides/customapps.rst
@@ -160,7 +160,7 @@ In order to build with the new custom configuration, you 
will need the following
 
 :menuselection:`CONFIG_APPS_DIR="../CustomApps"`
 
-:menuselection:`CONFIG_USER_ENTRYPOINT="custom_hello"`
+:menuselection:`CONFIG_INIT_ENTRYPOINT="custom_hello"`
 
 Note that you can only access the ``../CustomApps/Kconfig`` configuration file 
if ``CONFIG_APPS_DIR`` is set
 to ``../CustomApps`` BEFORE ``make menuconfig`` is executed

Reply via email to