Skip to content

Commit

Permalink
Comment out internal temp override checking code for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstarnes committed Mar 17, 2015
1 parent 05f0fc0 commit 24c08dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_mt/temp_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ output_thread(void* arg)
/* Check internal unit temperature and disable outputs if temperature exceeds 85C.
* Do no allow outputs to re-enable until temperature is below 70 C.
*/
internal_temp_ovrd_check(output);
//internal_temp_ovrd_check(output);

/* If the probe associated with this output is not active or if the output is set
* to disabled turn OFF the output
Expand Down

0 comments on commit 24c08dd

Please sign in to comment.