mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
parent
1ca3045780
commit
1d0ebfce82
@ -48,7 +48,7 @@ class Outputs {
|
|||||||
_storage = DRIVERS::Factory::makeStorage(DRIVERS::DUMMY);
|
_storage = DRIVERS::Factory::makeStorage(DRIVERS::DUMMY);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
uint8_t outputs = _readOutputs();
|
int outputs = _readOutputs();
|
||||||
if (outputs < 0) {
|
if (outputs < 0) {
|
||||||
outputs = 0;
|
outputs = 0;
|
||||||
# if defined(HID_WITH_USB) && defined(HID_SET_USB_KBD)
|
# if defined(HID_WITH_USB) && defined(HID_SET_USB_KBD)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user