Several fixes to compile with logging enabled

This commit is contained in:
Jasmine Iwanek
2023-06-01 01:57:41 -04:00
parent 5221a77dbf
commit fc19a4698b
3 changed files with 4 additions and 3 deletions

View File

@@ -674,7 +674,6 @@ ltsermouse_process_data(mouse_t *dev)
case 0x2a:
switch (dev->ib) {
default:
mouse_serial_log("Serial mouse: Invalid period %02X, using 1200 bps\n", data);
fallthrough;
case 0x6e:
dev->bps = 1200;