aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/l3gd20.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/l3gd20.h')
-rw-r--r--os/ex/ST/l3gd20.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h
index bff6b7dd4..d98aea972 100644
--- a/os/ex/ST/l3gd20.h
+++ b/os/ex/ST/l3gd20.h
@@ -279,6 +279,10 @@ struct L3GD20VMT {
*/
struct L3GD20Driver {
/** @brief Virtual Methods Table.*/
+ const struct BaseSensorVMT *vmtse;
+ /** @brief Virtual Methods Table.*/
+ const struct BaseGyroscopeVMT *vmtgy;
+ /** @brief Virtual Methods Table.*/
const struct L3GD20VMT *vmt;
_l3gd20_data
};