From 5dd864d787f8caca007ad5a87b6c93b71954bbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Wed, 3 Oct 2012 23:37:25 +0200 Subject: [PATCH] changed type --- reflowctl/reflowctl.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflowctl/reflowctl.ino b/reflowctl/reflowctl.ino index 189d88a..dca7824 100644 --- a/reflowctl/reflowctl.ino +++ b/reflowctl/reflowctl.ino @@ -19,7 +19,7 @@ __attribute__((__unused__)) static unsigned int time = 0; // profile seconds __attribute__((__unused__)) static unsigned int temperatur = 25; // actual oven temp __attribute__((__unused__)) static unsigned int last_temperatur = 25; // last oven temp -__attribute__((__unused__)) static unsigned int actual_dt = 0; // actual difference from last to actual temperatur +__attribute__((__unused__)) static int actual_dt = 0; // actual difference from last to actual temperatur // profile temperatures