summaryrefslogtreecommitdiff
path: root/inc/model
diff options
context:
space:
mode:
authorMichal Skorupinski <m.skorupinsk@samsung.com>2018-07-06 18:48:16 +0200
committerMichal Skorupinski <m.skorupinsk@samsung.com>2018-07-13 18:19:57 +0200
commite7ddc2cb5216757972cae801113a34ea37830d0a (patch)
treec07653b92161a35ad984f3b5d89cbe685797f234 /inc/model
parentde8ae0f94404a5d85305707402d0a9c60f02d2d4 (diff)
downloadgear-racing-controller-e7ddc2cb5216757972cae801113a34ea37830d0a.tar.gz
gear-racing-controller-e7ddc2cb5216757972cae801113a34ea37830d0a.tar.bz2
gear-racing-controller-e7ddc2cb5216757972cae801113a34ea37830d0a.zip
Better handling of longpress in emergency stop view
Change-Id: I5984514f78d268131eee02a401e754f6bb0a115c Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
Diffstat (limited to 'inc/model')
-rw-r--r--inc/model/model_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/model/model_base.h b/inc/model/model_base.h
index c6bcdaa..e97ba8b 100644
--- a/inc/model/model_base.h
+++ b/inc/model/model_base.h
@@ -32,7 +32,7 @@ typedef struct _s_model_data {
typedef void (*t_model_update_cb)(s_model_data *data);
typedef struct _s_model {
- t_model_update_cb model_update_cb;
+ t_model_update_cb controller_update_cb;
} s_model;
#endif /* MODEL_MODEL_BASE_H_ */