summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--set_color/set_color.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/set_color/set_color.c b/set_color/set_color.c
index 9dc9fdc..692355a 100644
--- a/set_color/set_color.c
+++ b/set_color/set_color.c
@@ -63,7 +63,6 @@ sync_leds (int fd)
buf[3] = current[i].g;
buf[4] = current[i].b;
write (fd, buf, 8);
- usleep (1000);
last[i] = current[i];
}
}