projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf5a97
)
more retries
author
Othmar Gsenger
<otti@realraum.at>
Wed, 14 Dec 2011 14:03:00 +0000
(14:03 +0000)
committer
Othmar Gsenger
<otti@realraum.at>
Wed, 14 Dec 2011 14:03:00 +0000
(14:03 +0000)
rf433rcv/pc/rawhid_test.c
patch
|
blob
|
history
diff --git
a/rf433rcv/pc/rawhid_test.c
b/rf433rcv/pc/rawhid_test.c
index
8b1f757
..
f8f235d
100644
(file)
--- a/
rf433rcv/pc/rawhid_test.c
+++ b/
rf433rcv/pc/rawhid_test.c
@@
-56,7
+56,7
@@
int main (int argc, char *argv[])
printf("\n");
}
printf("Executing Send command\n");
- sendstr("s\x10"); // send 4 times
+ sendstr("s\x20"); // send 32 times
len = rawhid_recv(0, buf, 64, 255);
for(i=0;i<len;i++)
{