summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ez80f910200zco
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ez80f910200zco')
-rw-r--r--nuttx/configs/ez80f910200zco/src/ez80_leds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ez80f910200zco/src/ez80_leds.c b/nuttx/configs/ez80f910200zco/src/ez80_leds.c
index 7637f43b5c..908d9fc61a 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