From a50f58aed59d325dc73da795df2a5cf4253c171f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 11 Jan 2015 12:24:36 +0100 Subject: o Adding another sensor for prototype board #1. o Fixing a bug, the values are 10 bits so they need a uint16_t to fit. --- app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.h') diff --git a/app.h b/app.h index 5039c0e..f1b829a 100644 --- a/app.h +++ b/app.h @@ -29,7 +29,7 @@ struct sm_get_value_req { }; struct sm_get_value_res { - uint8_t value; + uint16_t value; }; struct sm_set_warning_value_req { -- cgit v1.2.3