gsm module update

This commit is contained in:
Pascal Brisset
2010-06-14 14:11:14 +00:00
parent 51b24b6abf
commit 9acff7085c
2 changed files with 60 additions and 15 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<header>
<file name="gsm.h"/>
</header>
<init fun="gsm_init()"/>
<periodic fun="gsm_send_report()" period="60."/>
<periodic fun="gsm_init()" period="2." autorun="TRUE"/>
<periodic fun="gsm_send_report()" period="60." autorun="FALSE"/>
<event fun="gsm_event()"/>
<makefile>
<file name="gsm.c"/>