sm7125-common: sensors: Make sensor run function virtual

Change-Id: Ie50900903bbf4a302baff084f229c37c5c324742
tirimbino
Cosmin Tanislav 3 years ago committed by Ruchit Marathe
parent 8ffb494d00
commit b3c0119589
  1. 2
      sensors/Sensor.h

@ -58,7 +58,7 @@ class Sensor {
Result injectEvent(const Event& event);
protected:
void run();
virtual void run();
virtual std::vector<Event> readEvents();
static void startThread(Sensor* sensor);

Loading…
Cancel
Save