From 23d06a17f8a4033be57ca46079e5c3e65fa9e845 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 27 Apr 2018 10:04:26 +0300 Subject: various minor improvements. --- src/tempmodule/temperature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tempmodule/temperature.h') diff --git a/src/tempmodule/temperature.h b/src/tempmodule/temperature.h index 2882514..1f7e33e 100644 --- a/src/tempmodule/temperature.h +++ b/src/tempmodule/temperature.h @@ -27,7 +27,7 @@ extern "C" { int get_resistance(int vt, int ra); int get_temperature(int res); -int get_temp_subrange(short a, short b, int res); +int get_temp_subrange(int a, int b, int res); #ifdef __cplusplus } -- cgit v1.2.3