Reenable the accidentally disabled RTS toggle on the Microsoft Serial Mouse.

This commit is contained in:
OBattler
2023-08-07 22:13:48 +02:00
parent 35a9bc9ed7
commit 260cb54462

View File

@@ -941,7 +941,7 @@ sermouse_init(const device_t *info)
dev->rev = device_get_config_int("revision"); dev->rev = device_get_config_int("revision");
if (info->local == 0) if (info->local == 0)
dev->rts_toggle = 0; dev->rts_toggle = 1;
else else
dev->rts_toggle = device_get_config_int("rts_toggle"); dev->rts_toggle = device_get_config_int("rts_toggle");