- added missing declarations

- reduced compiler warnings

git-svn-id: http://moon:8086/svn/mips@180 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2021-11-22 13:09:23 +00:00
parent 64ad92101d
commit 2b4f02c062
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ static volatile int32_t mouse_y;
static box_t box;
static gfx_t gfx;
static volatile int _g_posx, _g_posy;
static volatile g_btn_l, g_btn_r;
static volatile uint32_t g_btn_l, g_btn_r;
static volatile uint32_t g_color;
static char *ps2_name[PS2_NUM_IF] = {"PS2-0", "PS2-1"};