Add a OS test kernel build configuration for the STM32F4Discovery board

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-03-22 16:19:59 +00:00
parent d7c53aa6e4
commit 6c6df1208f
24 changed files with 1064 additions and 128 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ extern "C"
****************************************************************************/
#if defined(CONFIG_NUTTX_KERNEL) && !defined(__KERNEL__)
void task_startup(main_t entrypt, int argc, FAR char *argv[]);
void task_startup(main_t entrypt, int argc, FAR char *argv[]) noreturn_function;
#endif
/****************************************************************************