summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c')
-rw-r--r--nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c b/nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c
index 25cd78a3e..f56ac52ce 100644
--- a/nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c
+++ b/nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c
@@ -1,7 +1,7 @@
/***************************************************************************
* configs/ez80f910200kitg/src/ez80_lowinit.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Based upon sample code included with the Zilog ZDS-II toolchain.
@@ -40,12 +40,11 @@
***************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
#include "chip/chip.h"
/***************************************************************************
- * Definitions
+ * Pre-processor Definitions
***************************************************************************/
/***************************************************************************