Skip to content

Commit

Permalink
Spelling Correction (commaai#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored and klaus385 committed Dec 25, 2018
1 parent a8ad226 commit cfa319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/thermald.py
Expand Up @@ -71,7 +71,7 @@ def set_eon_fan(val):
_TEMP_THRS_L = [42.5, 57.5, 72.5, 10000]
# fan speed options
_FAN_SPEEDS = [0, 16384, 32768, 65535]
# max fan speed only allowed if battery if hot
# max fan speed only allowed if battery is hot
_BAT_TEMP_THERSHOLD = 45.

def handle_fan(max_cpu_temp, bat_temp, fan_speed):
Expand Down

0 comments on commit cfa319a

Please sign in to comment.