Update src/drivers/imu/invensense/icm20602/InvenSense_ICM20602_registers.hpp

This commit is contained in:
Daniel Agar
2021-11-17 14:41:33 -05:00
committed by GitHub
parent 03ccef180d
commit fbe06dde22
@@ -215,7 +215,6 @@ struct DATA {
uint8_t GYRO_ZOUT_H;
uint8_t GYRO_ZOUT_L;
};
static constexpr uint8_t MAX_SAMPLES{SIZE / sizeof(DATA)};
}
} // namespace InvenSense_ICM20602