Skip to content
Snippets Groups Projects
Commit 55bd85fe authored by Andrew Tridgell's avatar Andrew Tridgell Committed by Pat Hickey
Browse files

desktop: make AP_InertialSensor pure virtual

fixed a link error in Desktop build

thanks to Pat for the C++ foo
parent 01cd9cc6
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class AP_InertialSensor
public:
AP_InertialSensor() {}
virtual void init( AP_PeriodicProcess * scheduler );
virtual void init( AP_PeriodicProcess * scheduler ) = 0;
/* Update the sensor data, so that getters are nonblocking.
* Returns a bool of whether data was updated or not.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment