Browse Source

Took out a state variable that didn't end up being used.

Chris Smith 2 years ago
parent
commit
f86efc8a38
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Code/devterm_fan_daemon_cpi_a06/temp_fan_daemon_a06.py

+ 0 - 1
Code/devterm_fan_daemon_cpi_a06/temp_fan_daemon_a06.py

@@ -92,7 +92,6 @@ def set_performance(scale):
   
 def fan_loop():
     global lastTemp
-    statechange = False
     hotcount = 0
     coolcount = 0
     while True: