]> jspc29.x-matter.uni-frankfurt.de Git - avr.git/commitdiff
fixing signed issue when averaging
authorJan Michel <j.michel@gsi.de>
Mon, 7 Sep 2015 09:10:39 +0000 (11:10 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 7 Sep 2015 09:10:39 +0000 (11:10 +0200)
pt100/main.h

index 7925b7adf78a177f92977fab3064d44ff31667c5..d69cdb62b951e7d9146b1ef36ed566fcfe7b3962 100644 (file)
@@ -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;