hid: Fix comment.

This commit is contained in:
yellows8 2020-11-22 21:27:00 -05:00 committed by fincs
parent d3838b8e08
commit 4149481608
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -1139,7 +1139,7 @@ Result hidSetSupportedNpadStyleSet(u32 style_set) {
static Result _hidActivateGesture(void) {
u32 val=1;
return _hidCmdInU32AruidNoOut(val, 91); // ActivateNpadWithRevision
return _hidCmdInU32AruidNoOut(val, 91); // ActivateGesture
}
Result hidGetSupportedNpadStyleSet(u32 *style_set) {