1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

Converted tabs to spaces prior to IO merge from betaflight

This commit is contained in:
Martin Budden 2016-07-31 23:40:49 +01:00
parent add744d4c8
commit a0ba45f8b3
20 changed files with 103 additions and 103 deletions

View file

@ -507,7 +507,7 @@ static void detectBaro(baroSensor_e baroHardwareToUse)
break;
}
#endif
; // fallthough
; // fallthough
case BARO_BMP280:
#ifdef USE_BARO_BMP280
if (bmp280Detect(&baro)) {