Skip to content

Commit

Permalink
nsyshid/dimensions: add missing return (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitalistspz authored Nov 22, 2024
1 parent 409f12b commit 90eb2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cafe/OS/libs/nsyshid/Dimensions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ namespace nsyshid

figureChangeResponse[13] = GenerateChecksum(figureChangeResponse, 13);
m_figureAddedRemovedResponses.push(figureChangeResponse);
return true;
}

bool DimensionsUSB::CancelRemove(uint8 index)
Expand Down

0 comments on commit 90eb2e0

Please sign in to comment.