nsyshid/dimensions: add missing return (#1425)
Some checks are pending
Build check / build (push) Waiting to run
Generate translation template / generate-pot (push) Waiting to run

This commit is contained in:
capitalistspz 2024-11-22 12:43:12 +00:00 committed by GitHub
parent 409f12b13a
commit 90eb2e01f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -675,6 +675,7 @@ namespace nsyshid
figureChangeResponse[13] = GenerateChecksum(figureChangeResponse, 13);
m_figureAddedRemovedResponses.push(figureChangeResponse);
return true;
}
bool DimensionsUSB::CancelRemove(uint8 index)