summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/hhd70dongle.c
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-19 04:42:03 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-19 04:42:03 +0000
commiteedfe4c31b9d7d2a352d0fd8723db2c04e33fe33 (patch)
tree8d93f658615040c34eb8d6ed394b883b083626bf /software/hhd70dongle/hhd70dongle.c
parentvariable packet mode works, where infinite packet mode apparently doesn't (diff)
debug code makes code too slow, causing FIFO underrun -> commented out
git-svn-id: https://svn.spreadspace.org/mur.sat@435 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/hhd70dongle.c')
-rw-r--r--software/hhd70dongle/hhd70dongle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/hhd70dongle/hhd70dongle.c b/software/hhd70dongle/hhd70dongle.c
index 97b82a5..3e64c4f 100644
--- a/software/hhd70dongle/hhd70dongle.c
+++ b/software/hhd70dongle/hhd70dongle.c
@@ -74,7 +74,7 @@ int main(void)
for(;;)
{
- _delay_ms(250);
+ _delay_ms(1000);
led_toggle();
usb_rawhid_recv(read_buffer,20);
if (read_buffer[0] == 'r')