Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc: Fix CustomApps/CustomHello example
NuttX generact the app main name from Kconfig entry xxxx_PROGNAME. The documentation was defining manually the entry point as custom_name(int char, char *argv[]) and CONFIG_INIT_ENTRYPOINT="custom_hello". The right thing to do is creating the application entry point as int main(int char, char *argv[]) and the build system will add _main to it. Signed-off-by: Alan C. Assis <[email protected]>
- Loading branch information