mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
fix number of bytes to send
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user