diff --git a/conf/airframes/black_one.xml b/conf/airframes/black_one.xml
index 2ecc6942d0..819f023b33 100644
--- a/conf/airframes/black_one.xml
+++ b/conf/airframes/black_one.xml
@@ -8,7 +8,8 @@
-
+
+
@@ -41,7 +42,7 @@
-
+
-
-
+
+
@@ -108,6 +109,8 @@
+
+
-
+
-
+
-
+
@@ -190,7 +193,10 @@
-
+
+
include $(PAPARAZZI_SRC)/conf/autopilot/tiny.makefile
@@ -235,8 +241,8 @@ ap.srcs += gyro.c
ap.srcs += bomb.c
-ap.CFLAGS += -DMOBILE_CAM -DPOINT_CAM
-ap.srcs += traffic_info.c point.c cam.c
+#Cap.CFLAGS += -DCAM -DMOBILE_CAM -DPOINT_CAM
+#Cap.srcs += traffic_info.c point.c cam.c
# Hardware In The Loop
@@ -248,6 +254,9 @@ include $(PAPARAZZI_SRC)/conf/autopilot/sitl.makefile
sim.CFLAGS += -DCONFIG=\"tiny.h\" -DAGR_CLIMB -DH_CTL_RATE_LOOP -DLOITER_TRIM
sim.srcs += bomb.c
+#Csim.CFLAGS += -DCAM -DMOBILE_CAM -DPOINT_CAM
+#Csim.srcs += traffic_info.c point.c
+
# a test program to setup actuators
setup_actuators.ARCHDIR = $(ARCHI)