From 5b218c4ddc9202fa4337d0c224f48187b35cf369 Mon Sep 17 00:00:00 2001 From: Hadaq Date: Mon, 7 Sep 2015 16:42:46 +0200 Subject: [PATCH] finishing fix from 0e8d5b1 --- pt100/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt100/main.c b/pt100/main.c index d9afba6..b485fb3 100644 --- a/pt100/main.c +++ b/pt100/main.c @@ -10,7 +10,7 @@ volatile uint8_t next_second = 0; volatile uint8_t measurement_active = 0; -uint32_t temperature[17][9]; +int32_t temperature[17][9]; uint8_t invalid[8]; uint8_t make_update_lcd; -- 2.43.0