mirror of
https://github.com/eclipse/upm.git
synced 2025-07-16 00:31:12 +03:00
htu21d: declare resetSensor() as void
defect #148 Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
784e8a3eb8
commit
4f5030ecf7
@ -51,7 +51,7 @@ HTU21D::~HTU21D() {
|
||||
mraa_i2c_stop(m_i2ControlCtx);
|
||||
}
|
||||
|
||||
int
|
||||
void
|
||||
HTU21D::resetSensor(void)
|
||||
{
|
||||
uint8_t data;
|
||||
|
Reference in New Issue
Block a user