updated some older airframe files, param keyword for subsystems has been renamed to configre quite a while ago

This commit is contained in:
Felix Ruess
2011-11-04 20:28:57 +01:00
parent 6aa559e327
commit 2d0a061075
15 changed files with 43 additions and 43 deletions
+4 -4
View File
@@ -296,10 +296,10 @@
<firmware name="lisa_passthrough">
<target name="overo_test_passthrough" board="lisa_l_1.0" >
<param name="HOST" value="A7"/>
<param name="USER" value=""/>
<param name="TARGET_DIR" value="~"/>
<param name="PERIODIC_FREQ" value="512"/>
<configure name="HOST" value="A7"/>
<configure name="USER" value=""/>
<configure name="TARGET_DIR" value="~"/>
<configure name="PERIODIC_FREQ" value="512"/>
</target>
<target name="stm_passthrough" board="lisa_l_1.0">
<subsystem name="radio_control" type="ppm"/>