From 0119eb8c42909f0c93d5d514ebb253d6250e86ff Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 28 Jun 2015 05:27:24 +0200 Subject: wiispkr: fix typo/miscalculation in comments (thanks to @G33kDude for pointing it out) --- wiispkr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiispkr.c b/wiispkr.c index 22fade1..ba678c7 100644 --- a/wiispkr.c +++ b/wiispkr.c @@ -9,9 +9,9 @@ * A note on sample rates: * Right now we use 2kHz with 8bit signed pcm. * The speaker eats up to 20 bytes of raw data at once, so this gives us - * 100 updates per second (one every 10 us). + * 100 updates per second (one every 10 ms). * Higher rates like 3kHz don't work as well, looks like one report - * every 10us is about as fast as the bluetooth chipset / driver here gets. + * every 10ms is about as fast as the bluetooth chipset / driver here gets. */ #include -- cgit v1.2.3