diff --git a/moving.c b/moving.c index 8753ea3..cf916ad 100644 --- a/moving.c +++ b/moving.c @@ -55,6 +55,6 @@ void press_button (buttons b) void lower (shutter *r) { press_button (down); - usleep (r->percentage * r->rolltime_down * 10000); + usleep (r->percentage * r->rolltime_down * 100000); press_button (stop); } \ No newline at end of file