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:
Wouter van Verre 2015-06-16 15:09:25 +01:00 committed by Mihai Tudor Panu
parent 057fa03723
commit 7a7b8324b4

View File

@ -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;
}