From ee53e6f5f98993faed627c7504417aae7f68109b Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 24 Apr 2023 22:06:45 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20position=20mi-ferm=C3=A9=20po?= =?UTF-8?q?ur=20la=20porte=20de=20la=20chambre=20de=20d=C3=A9pression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i2c_annexe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2c_annexe.c b/i2c_annexe.c index fec3148..15a36b7 100644 --- a/i2c_annexe.c +++ b/i2c_annexe.c @@ -101,7 +101,7 @@ void i2c_annexe_active_propulseur(void){ donnees_a_envoyer=1; } void i2c_annexe_desactive_propulseur(void){ - donnees_emission[ADRESSE_TURBINE_PORTE - ADRESSE_DEBUT_W] &= 0xFB; + donnees_emission[ADRESSE_TURBINE_PORTE - ADRESSE_DEBUT_W] &= 0xF7; donnees_a_envoyer=1; }