aboutsummaryrefslogtreecommitdiff
path: root/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'app.h')
-rw-r--r--app.h2
1 files changed, 1 insertions, 1 deletions
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 {