hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor
This commit is contained in:
parent
929ed59f1f
commit
7eb2328d8e
|
@ -78,7 +78,7 @@ public:
|
|||
position1.Assign(light2);
|
||||
position1.Assign(light3);
|
||||
position1.Assign(light4);
|
||||
};
|
||||
}
|
||||
union {
|
||||
u64 raw{};
|
||||
BitField<0, 1, u64> position1;
|
||||
|
|
Loading…
Reference in a new issue