diff --git a/conf/airframes/TUDelft/airframes/logo600.xml b/conf/airframes/TUDelft/airframes/logo600.xml
index 75e44d796f..c3644b59e4 100644
--- a/conf/airframes/TUDelft/airframes/logo600.xml
+++ b/conf/airframes/TUDelft/airframes/logo600.xml
@@ -60,7 +60,7 @@
-
+
@@ -69,8 +69,15 @@
+
+
-
+
+
+
@@ -79,16 +86,20 @@
-
+
-
-
+
+
+
+
+
+
-
+
@@ -98,6 +109,7 @@
+
diff --git a/sw/airborne/firmwares/rotorcraft/main.c b/sw/airborne/firmwares/rotorcraft/main.c
index 6db255d588..02c7a9b1d4 100644
--- a/sw/airborne/firmwares/rotorcraft/main.c
+++ b/sw/airborne/firmwares/rotorcraft/main.c
@@ -280,8 +280,6 @@ STATIC_INLINE void main_periodic(void)
#ifndef INTER_MCU_AP
SetActuatorsFromCommands(commands, autopilot_mode);
#else
-#warning ALL IS GOOD
- commands[COMMAND_THRUST] = radio_control.values[RADIO_THROTTLE];\
intermcu_set_actuators(commands, autopilot_mode);
#endif