Suppression printf

This commit is contained in:
Samuel 2023-05-18 22:35:33 +02:00
parent 498c4d8e3c
commit 1dfbce4f09

View File

@ -61,7 +61,7 @@ int gyro_get_sensor_data(uint16_t tampon_envoi[], uint8_t tampon_reception[]){
Monitoring_Error("Gyro Failed - SQ bits != 0x4\n");
if(tampon_reception[1] & 0x04){
printf("SPI ERROR\n");
//printf("SPI ERROR\n");
return 1;
}else{
/*while(1){