From 0e8d5b1fd6d4dd87e95856bf995348732eba4a74 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 7 Sep 2015 11:10:39 +0200 Subject: [PATCH] fixing signed issue when averaging --- pt100/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt100/main.h b/pt100/main.h index 7925b7a..d69cdb6 100644 --- a/pt100/main.h +++ b/pt100/main.h @@ -54,7 +54,7 @@ extern volatile uint16_t time; extern volatile uint8_t measurement_active; extern struct calib_t calib_settings; -extern uint32_t temperature[17][9]; +extern int32_t temperature[17][9]; extern uint8_t invalid[8]; extern uint8_t make_update_lcd; -- 2.43.0