diff --git a/configs/vsn/src/README.txt b/configs/vsn/src/README.txt index 81f3ee4e124..4e2d50e0b15 100644 --- a/configs/vsn/src/README.txt +++ b/configs/vsn/src/README.txt @@ -12,7 +12,7 @@ Execution starts in the following order: is set. It must be set for the VSN board. - boot, performs initial chip and board initialization - - sched/os_bringup.c then calls either user_start or exec_nuttapp() + - sched/os_bringup.c then calls either user_start or exec_namedapp() with application as set in the .config @@ -55,4 +55,4 @@ Compile notes To link-in the sif_main() utility do, in this folder: - make context TOPDIR= -This will result in registering the application into the nuttapp. +This will result in registering the application into the namedapp.