diff --git a/Software/src/sensors/lsm6ds33.h b/Software/src/sensors/lsm6ds33.h index 95ecf1f..1ad5a19 100644 --- a/Software/src/sensors/lsm6ds33.h +++ b/Software/src/sensors/lsm6ds33.h @@ -175,7 +175,7 @@ namespace spartan { // returns RESULT_FALSE if no new data, RESULT_SUCCESS if member data was updated with latest reading, // ERROR in the case of an error int hasNewData(); - virtual bool update(); + bool update(); bool writeReg(uint8_t* buffer, unsigned short size);