diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/butterfly/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/butterfly/thermal.h b/src/mainboard/google/butterfly/thermal.h index c8ff1f409d..9657fe098b 100644 --- a/src/mainboard/google/butterfly/thermal.h +++ b/src/mainboard/google/butterfly/thermal.h @@ -26,6 +26,6 @@ #define CRITICAL_TEMPERATURE 100 /* Temperature which OS will throttle CPU */ - #define PASSIVE_TEMPERATURE 90 + #define PASSIVE_TEMPERATURE 90 #endif |