HID: zero unused PadState bits

This commit is contained in:
wwylele 2017-08-09 06:59:13 +03:00
parent 3fe59f6cf8
commit b05c60172b
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ namespace Service {
namespace IR {
union PadState {
u32_le hex;
u32_le hex{};
BitField<14, 1, u32_le> zl;
BitField<15, 1, u32_le> zr;