serial_mouse: fix debug build
This commit is contained in:
parent
2cc9735a8f
commit
5e90a2a9c6
@ -245,7 +245,7 @@ SerialMouse::DetectMouse()
|
||||
mouse_id
|
||||
SerialMouse::ParseID(char buffer[], uint8 length)
|
||||
{
|
||||
LOG(("data length = $d\n", length));
|
||||
LOG(("data length = %d\n", (int)length));
|
||||
|
||||
if ((length == 1) && (buffer[0] == 'M'))
|
||||
return kMicrosoft;
|
||||
|
Loading…
Reference in New Issue
Block a user