summaryrefslogtreecommitdiff
path: root/chip/lm4/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/pwm.c')
-rw-r--r--chip/lm4/pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/pwm.c b/chip/lm4/pwm.c
index 372e008943..e3f359c389 100644
--- a/chip/lm4/pwm.c
+++ b/chip/lm4/pwm.c
@@ -199,7 +199,7 @@ void pwm_task(void)
mapped[0] = pwm_get_fan_rpm();
/* Update about once a second */
- usleep(1000000);
+ sleep(1);
}
}