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:
parent
83a12256fd
commit
b830bc5a5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user