paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [4983] update gsm module config file


From: Gautier Hattenberger
Subject: [paparazzi-commits] [4983] update gsm module config file
Date: Fri, 18 Jun 2010 14:06:29 +0000

Revision: 4983
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4983
Author:   gautier
Date:     2010-06-18 14:06:28 +0000 (Fri, 18 Jun 2010)
Log Message:
-----------
update gsm module config file

Modified Paths:
--------------
    paparazzi3/trunk/conf/modules/gsm.xml
    paparazzi3/trunk/conf/modules/max3100.xml

Modified: paparazzi3/trunk/conf/modules/gsm.xml
===================================================================
--- paparazzi3/trunk/conf/modules/gsm.xml       2010-06-18 13:51:00 UTC (rev 
4982)
+++ paparazzi3/trunk/conf/modules/gsm.xml       2010-06-18 14:06:28 UTC (rev 
4983)
@@ -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>

Modified: paparazzi3/trunk/conf/modules/max3100.xml
===================================================================
--- paparazzi3/trunk/conf/modules/max3100.xml   2010-06-18 13:51:00 UTC (rev 
4982)
+++ paparazzi3/trunk/conf/modules/max3100.xml   2010-06-18 14:06:28 UTC (rev 
4983)
@@ -8,7 +8,7 @@
   </header>
   <init fun="max3100_init()"/>
   <event fun="max3100_event()"/>
-  <makefile>
+  <makefile target="ap">
     <file name="max3100_hw.c"/>
   </makefile>
 </module>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]