Add logic to NSH startup to call C++ static initializers on startup

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4439 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-02-28 23:38:59 +00:00
parent d8085b89db
commit 7440b47bea

View File

@ -511,7 +511,7 @@ EXTERN void up_udelay(useconds_t microseconds);
* This function should then be called in the application-specific
* user_start logic in order to perform the C++ initialization. NOTE
* that no component of the core NuttX RTOS logic is involved; This
* function defintion only provides the 'contract' between application
* function definition only provides the 'contract' between application
* specific C++ code and platform-specific toolchain support
*
***************************************************************************/