mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
hidsysSetNotificationLedPattern cleanup
Fix a copy/paste issue in hidsysSetNotificationLedPattern
This commit is contained in:
parent
bd1f9258b2
commit
a3381d3d64
@ -291,7 +291,6 @@ Result hidsysSetNotificationLedPattern(const HidsysNotificationLedPattern *patte
|
|||||||
struct {
|
struct {
|
||||||
u64 magic;
|
u64 magic;
|
||||||
u64 result;
|
u64 result;
|
||||||
u64 total_entries;
|
|
||||||
} *resp;
|
} *resp;
|
||||||
|
|
||||||
serviceIpcParse(&g_hidsysSrv, &r, sizeof(*resp));
|
serviceIpcParse(&g_hidsysSrv, &r, sizeof(*resp));
|
||||||
|
Loading…
Reference in New Issue
Block a user