update gsm module config file

This commit is contained in:
Gautier Hattenberger
2010-06-18 14:06:28 +00:00
parent 4acd6415b2
commit a7546e22c9
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
<header>
<file name="gsm.h"/>
</header>
<periodic fun="gsm_init()" period="2." autorun="TRUE"/>
<init fun="gsm_init()"/>
<periodic fun="gsm_init_report()" period="60." delay="3599" autorun="TRUE"/>
<periodic fun="gsm_send_report()" period="60." autorun="FALSE"/>
<event fun="gsm_event()"/>
<makefile>
+1 -1
View File
@@ -8,7 +8,7 @@
</header>
<init fun="max3100_init()"/>
<event fun="max3100_event()"/>
<makefile>
<makefile target="ap">
<file name="max3100_hw.c"/>
</makefile>
</module>