diff options
author | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-04-19 17:00:40 +0200 |
---|---|---|
committer | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-04-19 17:00:40 +0200 |
commit | 163d9d0eb2d161e2f27c9110c77333e23ac30721 (patch) | |
tree | 5c0d13a2f98d810589a23aa4ff3bebe213ec4234 /Tonokip_Firmware | |
parent | aeb9132cbf7088c4f795ac1fd58e7984dbab208b (diff) | |
parent | c3923057611de61a4bdeabc12083b21d4964b1bb (diff) |
Merge remote branch 'upstream/master'
Diffstat (limited to 'Tonokip_Firmware')
-rw-r--r-- | Tonokip_Firmware/Tonokip_Firmware.pde | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tonokip_Firmware/Tonokip_Firmware.pde b/Tonokip_Firmware/Tonokip_Firmware.pde index 97e42a4..902310c 100644 --- a/Tonokip_Firmware/Tonokip_Firmware.pde +++ b/Tonokip_Firmware/Tonokip_Firmware.pde @@ -83,9 +83,9 @@ char *strchr_pointer; // just a pointer to find chars in the cmd string like X, //manage heater variables int target_raw = 0; -int current_raw; +int current_raw =0; int target_bed_raw = 0; -int current_bed_raw; +int current_bed_raw=0; float tt=0,bt=0; #ifdef PIDTEMP int temp_iState=0; |