Commit 5808c112873888ed3ce773e8f9e9d34242886cfa

Authored by henyxia
1 parent c0152e3d

Temperature now ouput on a separated file

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -135,7 +135,7 @@ void* processHVC(void* we)
135 135 setTemp(data);
136 136 temp = 25 + (((float)(80*data)))/255;
137 137 actTemp(temp);
138   - printx(DEBUG, HVC, "TEMP %f\n", temp);
  138 + printx(DEBUG, TEMP, "TEMP %f\n", temp);
139 139 if(tHeatTimer > 0)
140 140 {
141 141 tHeatStop = clock();
... ...