summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-10-02 11:10:10 +0100
committerfishsoupisgood <github@madingley.org>2020-10-02 11:10:10 +0100
commitf65163092761fa2e0ad2f9738a782b4856300b48 (patch)
treef8efe01f3e0da0b25dda1627b19235de02c1d79e
parentc89a70619e7ec76447a7e329e1971e9c1dfa1684 (diff)
download9key_keyboard-f65163092761fa2e0ad2f9738a782b4856300b48.tar.gz
9key_keyboard-f65163092761fa2e0ad2f9738a782b4856300b48.tar.bz2
9key_keyboard-f65163092761fa2e0ad2f9738a782b4856300b48.zip
async handing of colourHEADmaster
-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];
}
}