fix compilation errors
This commit is contained in:
parent
58ef012d44
commit
eea6a5445d
|
@ -25,8 +25,8 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
/* temporary drawing here */
|
/* temporary drawing here */
|
||||||
tmp = (char *)Fb_Ptr;
|
tmp = (char *)Fb_Ptr;
|
||||||
memset(tmp, 0xFF, Fb-Info->screenbytes / 2);
|
memset(tmp, 0xFF, Fb_Info->screenbytes / 2);
|
||||||
memset(tmp + (Fb-Info->screenbytes / 2), 0x1B, Fb-Info->screenbytes / 2);
|
memset(tmp + (Fb_Info->screenbytes / 2), 0x1B, Fb_Info->screenbytes / 2);
|
||||||
|
|
||||||
Log(LINFO, "System ready.");
|
Log(LINFO, "System ready.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user