git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1535 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-02-28 14:24:48 +00:00
parent adf3ac8b7b
commit 53a5ea9459
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* main.c * main.c
* *
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr> * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -499,5 +499,6 @@ int user_start(int argc, char *argv[])
printf("user_start: Started user_main at PID=%d\n", result); printf("user_start: Started user_main at PID=%d\n", result);
} }
printf("user_start: Exitting\n");
return 0; return 0;
} }

View File

@ -288,7 +288,7 @@
* The supported model is (1) all code on ROM, and (2) all data * The supported model is (1) all code on ROM, and (2) all data
* and stacks in internal (far) RAM. * and stacks in internal (far) RAM.
* Z8Acclaim: In Z80 mode, all pointers are 16-bits. In ADL mode, all pointers * Z8Acclaim: In Z80 mode, all pointers are 16-bits. In ADL mode, all pointers
* and 24 bits. * are 24 bits.
*/ */
# if defined(__ZNEO__) # if defined(__ZNEO__)

View File

@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* lib_libvsprintf.c * lib_libvsprintf.c
* *
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr> * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -331,7 +331,7 @@ static void utobin(FAR struct lib_stream_s *obj, unsigned int n)
} }
/**************************************************************************** /****************************************************************************
* Name: lutoascii * Name: utoascii
****************************************************************************/ ****************************************************************************/
static void utoascii(FAR struct lib_stream_s *obj, ubyte fmt, ubyte flags, unsigned int n) static void utoascii(FAR struct lib_stream_s *obj, ubyte fmt, ubyte flags, unsigned int n)