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
This commit is contained in:
patacongo 2012-09-14 15:23:54 +00:00
parent 5f470bd756
commit 6672fa6ff6
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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