The device_t available/poll union is now gone, mouse poll is now set using mouse_set_poll(), and mouse_curr is now also gone.
This commit is contained in:
@@ -366,7 +366,7 @@ const device_t serial_passthrough_device = {
|
||||
.init = serial_passthrough_dev_init,
|
||||
.close = serial_passthrough_dev_close,
|
||||
.reset = NULL,
|
||||
.poll = NULL,
|
||||
.available = NULL,
|
||||
.speed_changed = serial_passthrough_speed_changed,
|
||||
.force_redraw = NULL,
|
||||
.config = serial_passthrough_config
|
||||
|
||||
Reference in New Issue
Block a user