fix number of bytes to send

This commit is contained in:
Gautier Hattenberger
2011-05-25 10:37:17 +02:00
parent 837c6ce249
commit 1b2228ed67
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<file name="generic_com.h"/>
</header>
<init fun="generic_com_init()"/>
<periodic fun="generic_com_periodic()" period="0.1" start="start_com()" stop="stop_com()" autorun="TRUE"/>
<periodic fun="generic_com_periodic()" period="60" start="start_com()" stop="stop_com()" autorun="TRUE"/>
<event fun="generic_com_event()"/>
<makefile>
<file name="generic_com.c"/>