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 757edb2c70
commit 1e02bc99ff
13 changed files with 63 additions and 63 deletions
+1 -1
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