diff options
author | fishsoupisgood <github@madingley.org> | 2020-10-02 11:10:10 +0100 |
---|---|---|
committer | fishsoupisgood <github@madingley.org> | 2020-10-02 11:10:10 +0100 |
commit | f65163092761fa2e0ad2f9738a782b4856300b48 (patch) | |
tree | f8efe01f3e0da0b25dda1627b19235de02c1d79e | |
parent | c89a70619e7ec76447a7e329e1971e9c1dfa1684 (diff) | |
download | 9key_keyboard-master.tar.gz 9key_keyboard-master.tar.bz2 9key_keyboard-master.zip |
-rw-r--r-- | set_color/set_color.c | 1 |
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]; } } |