Fix getopt bug

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3310 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-02-23 02:08:33 +00:00
parent 4bea04f9b1
commit 757e384c85
+2 -2
View File
@@ -2,7 +2,7 @@
* configs/demo9s12ne64/src/up_boot.c * configs/demo9s12ne64/src/up_boot.c
* arch/arm/src/board/up_boot.c * arch/arm/src/board/up_boot.c
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2011 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
@@ -62,7 +62,7 @@
* Name: hcs12_boardinitialize * Name: hcs12_boardinitialize
* *
* Description: * Description:
* All INCLUDE_HCS12_ARCH architectures must provide the following entry point. This entry point * All HCS12 architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured * is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized. * and mapped but before any devices have been initialized.
* *