From 1375e4917dc9f9ec7ad488fa83c23d94a1053de9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Dec 2009 20:56:22 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2352 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200kitg/src/ez80_leds.c | 4 ++-- nuttx/configs/ez80f910200kitg/src/ez80_lowinit.c | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'nuttx/configs/ez80f910200kitg') diff --git a/nuttx/configs/ez80f910200kitg/src/ez80_leds.c b/nuttx/configs/ez80f910200kitg/src/ez80_leds.c index b790aa43f..12cfe11c6 100644 --- a/nuttx/configs/ez80f910200kitg/src/ez80_leds.c +++ b/nuttx/configs/ez80f910200kitg/src/ez80_leds.c @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ez80f910200kitg/src/ez80_leds.c * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -38,7 +38,7 @@ ****************************************************************************/ #include -#include + #include #include "up_internal.h" 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 * * Based upon sample code included with the Zilog ZDS-II toolchain. @@ -40,12 +40,11 @@ ***************************************************************************/ #include -#include #include "chip/chip.h" /*************************************************************************** - * Definitions + * Pre-processor Definitions ***************************************************************************/ /*************************************************************************** -- cgit v1.2.3