summaryrefslogtreecommitdiffstats
path: root/fan_speed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fan_speed.cpp')
-rw-r--r--fan_speed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fan_speed.cpp b/fan_speed.cpp
index 079d456..146cc3f 100644
--- a/fan_speed.cpp
+++ b/fan_speed.cpp
@@ -33,7 +33,7 @@ uint64_t FanSpeed::target(uint64_t value)
if (directPWM)
{
ioAccess.write(
- (value * 255) / 100,
+ (value * 255) / 1000,
type::pwm,
id,
entry::rawpwm,
OpenPOWER on IntegriCloud