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
This commit is contained in:
patacongo 2009-12-16 20:59:06 +00:00
parent 83a12256fd
commit b830bc5a5a

View File

@ -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