From 471b50c5f8f0f49ce8abfb8f0085d05cfe32edaa Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 16 Dec 2009 20:59:06 +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@2361 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200zco/src/ez80_leds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/ez80f910200zco') diff --git a/nuttx/configs/ez80f910200zco/src/ez80_leds.c b/nuttx/configs/ez80f910200zco/src/ez80_leds.c index 7637f43b5..908d9fc61 100644 --- a/nuttx/configs/ez80f910200zco/src/ez80_leds.c +++ b/nuttx/configs/ez80f910200zco/src/ez80_leds.c @@ -201,7 +201,7 @@ static const uint8_t *g_prevglyph = g_chspace; static uint8_t g_anodecol = 1; static uint8_t g_cathoderow = 0; -static sbyte g_intcount = 0; +static int8_t g_intcount = 0; /**************************************************************************** * Private Functions -- cgit v1.2.3