Skip to content
Snippets Groups Projects
Commit 6672fa6f authored by patacongo's avatar patacongo
Browse files

Update all unit tests to conform to recent naming convention changes in NuttX

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5151 42af7a65-404d-4744-a932-0658087f49c3
parent 5f470bd7
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ CONFIG_SIM_TOUCHSCREEN=n
#
# General OS setup
#
CONFIG_USER_ENTRYPOINT="user_start"
CONFIG_USER_ENTRYPOINT="nxwm_main"
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=y
......
......@@ -256,7 +256,7 @@ CONFIG_HAVE_LIBM=n
#
# General OS setup
#
CONFIG_USER_ENTRYPOINT="user_start"
CONFIG_USER_ENTRYPOINT="nxwm_main"
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
......
......@@ -262,7 +262,7 @@ CONFIG_HAVE_LIBM=n
#
# General OS setup
#
CONFIG_USER_ENTRYPOINT="user_start"
CONFIG_USER_ENTRYPOINT="nxwm_main"
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment