diff --git a/conf/airframes/booz2_a1.xml b/conf/airframes/booz2_a1.xml
index cede0bc2a7..9675a30bcb 100644
--- a/conf/airframes/booz2_a1.xml
+++ b/conf/airframes/booz2_a1.xml
@@ -26,9 +26,11 @@
+
+
diff --git a/conf/airframes/booz2_a5.xml b/conf/airframes/booz2_a5.xml
index a0a87f9e1e..3fc74ef755 100644
--- a/conf/airframes/booz2_a5.xml
+++ b/conf/airframes/booz2_a5.xml
@@ -28,9 +28,11 @@
+
+
diff --git a/conf/airframes/booz2_x1.xml b/conf/airframes/booz2_x1.xml
index 6986c2e0a4..205a512577 100644
--- a/conf/airframes/booz2_x1.xml
+++ b/conf/airframes/booz2_x1.xml
@@ -27,9 +27,11 @@
+
+
diff --git a/sw/airborne/booz/actuators/booz_supervision.c b/sw/airborne/booz/actuators/booz_supervision.c
index 3d8dc22c5f..ab22321b8c 100644
--- a/sw/airborne/booz/actuators/booz_supervision.c
+++ b/sw/airborne/booz/actuators/booz_supervision.c
@@ -32,9 +32,10 @@
#define INT32_MAX (2147483647)
#endif
-static const int32_t roll_coef[SUPERVISION_NB_MOTOR] = SUPERVISION_ROLL_COEF;
-static const int32_t pitch_coef[SUPERVISION_NB_MOTOR] = SUPERVISION_PITCH_COEF;
-static const int32_t yaw_coef[SUPERVISION_NB_MOTOR] = SUPERVISION_YAW_COEF;
+static const int32_t roll_coef[SUPERVISION_NB_MOTOR] = SUPERVISION_ROLL_COEF;
+static const int32_t pitch_coef[SUPERVISION_NB_MOTOR] = SUPERVISION_PITCH_COEF;
+static const int32_t yaw_coef[SUPERVISION_NB_MOTOR] = SUPERVISION_YAW_COEF;
+static const int32_t thrust_coef[SUPERVISION_NB_MOTOR] = SUPERVISION_THRUST_COEF;
struct BoozSupervision supervision;
@@ -70,11 +71,11 @@ void supervision_run(bool_t motors_on, int32_t in_cmd[] ) {
int32_t max_cmd = INT32_MIN;
for (i=0; i max_cmd)