paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [5854] fixed quoting issues


From: antoine drouin
Subject: [paparazzi-commits] [5854] fixed quoting issues
Date: Mon, 13 Sep 2010 21:55:07 +0000

Revision: 5854
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5854
Author:   poine
Date:     2010-09-13 21:55:07 +0000 (Mon, 13 Sep 2010)
Log Message:
-----------
fixed quoting issues

Modified Paths:
--------------
    paparazzi3/trunk/conf/autopilot/rotorcraft.makefile
    paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/fdm_nps.makefile

Modified: paparazzi3/trunk/conf/autopilot/rotorcraft.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/rotorcraft.makefile 2010-09-13 21:51:10 UTC 
(rev 5853)
+++ paparazzi3/trunk/conf/autopilot/rotorcraft.makefile 2010-09-13 21:55:07 UTC 
(rev 5854)
@@ -209,7 +209,7 @@
 
 #  vertical filter float version
 ap.srcs += $(SRC_BOOZ)/ins/booz2_vf_float.c
-ap.CFLAGS += -DUSE_VFF -DDT_VFILTER="(1./512.)"
+ap.CFLAGS += -DUSE_VFF -DDT_VFILTER='(1./512.)'
 
 ap.srcs += $(SRC_BOOZ)/booz2_navigation.c
 

Modified: paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/fdm_nps.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/fdm_nps.makefile      
2010-09-13 21:51:10 UTC (rev 5853)
+++ paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/fdm_nps.makefile      
2010-09-13 21:55:07 UTC (rev 5854)
@@ -141,7 +141,7 @@
 
 #  vertical filter float version
 sim.srcs += $(SRC_BOOZ)/ins/booz2_vf_float.c
-sim.CFLAGS += -DUSE_VFF -DDT_VFILTER="(1./512.)"
+sim.CFLAGS += -DUSE_VFF -DDT_VFILTER='(1./512.)'
 
 #
 # INS choice




reply via email to

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