summaryrefslogtreecommitdiff
path: root/inc/model/model_hw.h
diff options
context:
space:
mode:
authorMichal Skorupinski <m.skorupinsk@samsung.com>2018-09-19 20:20:28 +0200
committerKrzysztof Wieclaw <k.wieclaw@samsung.com>2018-10-04 15:14:16 +0200
commite7ef745002f73f7e3f79ccf11c6d97e996320830 (patch)
treeef6d41ddf511e4e2e0ab3f8d3de844178ac85e01 /inc/model/model_hw.h
parenta99278bd714a6b7e40ca7f1a03b3e8980cb9d76f (diff)
downloadgear-racing-controller-e7ef745002f73f7e3f79ccf11c6d97e996320830.tar.gz
gear-racing-controller-e7ef745002f73f7e3f79ccf11c6d97e996320830.tar.bz2
gear-racing-controller-e7ef745002f73f7e3f79ccf11c6d97e996320830.zip
Three stering modes implemented
TODO: * Adjust parameters * Connect with view Change-Id: Ie9f8bcaea170e9dfffd5412d9dfe2d785032f0b8 Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Diffstat (limited to 'inc/model/model_hw.h')
-rw-r--r--inc/model/model_hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/model/model_hw.h b/inc/model/model_hw.h
index fa2ab41..dfc9b0b 100644
--- a/inc/model/model_hw.h
+++ b/inc/model/model_hw.h
@@ -22,7 +22,7 @@
#include "model/model_base.h"
typedef struct _s_model_hw_cb_data {
- float throttle;
+ float bezel_position;
} s_model_hw_cb_data;
typedef void (*t_model_hw_update_cb)(s_model_hw_cb_data *data);