paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [6218] fix adc peripheral path for sim


From: Felix Ruess
Subject: [paparazzi-commits] [6218] fix adc peripheral path for sim
Date: Sat, 23 Oct 2010 21:12:34 +0000

Revision: 6218
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6218
Author:   flixr
Date:     2010-10-23 21:12:34 +0000 (Sat, 23 Oct 2010)
Log Message:
-----------
fix adc peripheral path for sim

Modified Paths:
--------------
    
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.1.makefile
    
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.2.makefile
    paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.0.makefile
    paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.1.makefile
    paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.2.makefile

Modified: 
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.1.makefile
===================================================================
--- 
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.1.makefile
    2010-10-23 21:12:27 UTC (rev 6217)
+++ 
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.1.makefile
    2010-10-23 21:12:34 UTC (rev 6218)
@@ -76,7 +76,7 @@
 
 
 sim.srcs += peripherals/max1168.c \
-                       $(SRC_BOOZ_SIM)/peripherals/max1168_arch.c
+                       $(SRC_ARCH)/peripherals/max1168_arch.c
 
 sim.CFLAGS += -DUSE_AMI601
 sim.srcs += peripherals/ami601.c

Modified: 
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.2.makefile
===================================================================
--- 
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.2.makefile
    2010-10-23 21:12:27 UTC (rev 6217)
+++ 
paparazzi3/trunk/conf/autopilot/subsystems/lisa_passthrough/imu_b2_v1.2.makefile
    2010-10-23 21:12:34 UTC (rev 6218)
@@ -88,7 +88,7 @@
             $(SRC_SUBSYSTEMS)/imu/arch/$(ARCH)/imu_b2_arch.c
 
 sim.srcs += peripherals/max1168.c \
-            $(SRC_BOOZ_SIM)/peripherals/max1168_arch.c
+            $(SRC_ARCH)/peripherals/max1168_arch.c
 
 sim.CFLAGS += -DUSE_AMI601
 sim.srcs   += peripherals/ami601.c

Modified: 
paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.0.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.0.makefile  
2010-10-23 21:12:27 UTC (rev 6217)
+++ paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.0.makefile  
2010-10-23 21:12:34 UTC (rev 6218)
@@ -71,7 +71,7 @@
            $(SRC_SUBSYSTEMS)/imu/arch/$(ARCH)/imu_b2_arch.c
 
 sim.srcs += peripherals/max1168.c \
-            $(SRC_BOOZ_SIM)/peripherals/max1168_arch.c
+            $(SRC_ARCH)/peripherals/max1168_arch.c
 
 sim.CFLAGS += -DUSE_AMI601
 sim.srcs += peripherals/ami601.c

Modified: 
paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.1.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.1.makefile  
2010-10-23 21:12:27 UTC (rev 6217)
+++ paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.1.makefile  
2010-10-23 21:12:34 UTC (rev 6218)
@@ -87,7 +87,7 @@
             $(SRC_SUBSYSTEMS)/imu/arch/$(ARCH)/imu_b2_arch.c
 
 sim.srcs += peripherals/max1168.c \
-            $(SRC_BOOZ_SIM)/peripherals/max1168_arch.c
+            $(SRC_ARCH)/peripherals/max1168_arch.c
 
 sim.CFLAGS += -DUSE_AMI601
 sim.srcs   += peripherals/ami601.c

Modified: 
paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.2.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.2.makefile  
2010-10-23 21:12:27 UTC (rev 6217)
+++ paparazzi3/trunk/conf/autopilot/subsystems/rotorcraft/imu_b2_v1.2.makefile  
2010-10-23 21:12:34 UTC (rev 6218)
@@ -89,7 +89,7 @@
             $(SRC_SUBSYSTEMS)/imu/arch/$(ARCH)/imu_b2_arch.c
 
 sim.srcs += peripherals/max1168.c \
-            $(SRC_BOOZ_SIM)/peripherals/max1168_arch.c
+            $(SRC_ARCH)/peripherals/max1168_arch.c
 
 sim.CFLAGS += -DUSE_AMI601
 sim.srcs   += peripherals/ami601.c




reply via email to

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