mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
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:
@@ -511,7 +511,7 @@ EXTERN void up_udelay(useconds_t microseconds);
|
|||||||
* This function should then be called in the application-specific
|
* This function should then be called in the application-specific
|
||||||
* user_start logic in order to perform the C++ initialization. NOTE
|
* user_start logic in order to perform the C++ initialization. NOTE
|
||||||
* that no component of the core NuttX RTOS logic is involved; This
|
* 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
|
* specific C++ code and platform-specific toolchain support
|
||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user