mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
at42qt1070: fix invalid assignment
Signed-off-by: Wouter van Verre <wouter.van.verre@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
057fa03723
commit
7a7b8324b4
@ -56,7 +56,7 @@ AT42QT1070::AT42QT1070(int bus, uint8_t address)
|
||||
throw std::runtime_error("Chip ID does not match the expected value (2Eh)");
|
||||
}
|
||||
|
||||
m_buttonStates = false;
|
||||
m_buttonStates = 0;
|
||||
m_calibrating = false;
|
||||
m_overflow = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user