diff options
Diffstat (limited to 'src/tempmodule/temperature.h')
-rw-r--r-- | src/tempmodule/temperature.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |