nsyshid/dimensions: add missing return (#1425)
Some checks failed
Build check / build (push) Has been cancelled
Generate translation template / generate-pot (push) Has been cancelled

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); figureChangeResponse[13] = GenerateChecksum(figureChangeResponse, 13);
m_figureAddedRemovedResponses.push(figureChangeResponse); m_figureAddedRemovedResponses.push(figureChangeResponse);
return true;
} }
bool DimensionsUSB::CancelRemove(uint8 index) bool DimensionsUSB::CancelRemove(uint8 index)