berlna: sensors: Make sensor batch function virtual

Change-Id: I2de1e919234c4893b0b70390c0189cae38dbbe6c
This commit is contained in:
Cosmin Tanislav 2022-02-17 01:04:37 +02:00 committed by Andrew Hexen
parent b093d06738
commit fe4ad452f3
No known key found for this signature in database
GPG key ID: 8A690B4B0CD461A2

View file

@ -49,7 +49,7 @@ class Sensor {
virtual ~Sensor();
const SensorInfo& getSensorInfo() const;
void batch(int32_t samplingPeriodNs);
virtual void batch(int32_t samplingPeriodNs);
virtual void activate(bool enable);
Result flush();