Fixed starting crash

This commit is contained in:
homayk228
2025-08-31 14:33:04 +07:00
parent 02ca5835eb
commit d858c528ba
5 changed files with 43 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ int Mouse::readFromMouse(uint8_t *request, size_t requestSize, uint8_t *response
cout<<"Unnable to receive data"<<endl;
return -2;
}
return 0;
}
@@ -204,6 +204,9 @@ void Mouse::listDevices() {
case BLOODY_J95S_PID:
name = "Bloody J95S";
break;
case BLOODY_RT7_PID:
name = "Bloody RT7";
break;
default:
name = "Unknown";
}