1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Removed more target specific conditionals from the main codebase

This commit is contained in:
blckmn 2017-02-19 17:28:29 +11:00
parent 981c0455dc
commit 8e9be424ce
18 changed files with 177 additions and 122 deletions

View file

@ -71,12 +71,6 @@ bool baroDetect(baroDev_t *dev, baroSensor_e baroHardwareToUse)
bmp085Config = &defaultBMP085Config;
#endif
#ifdef NAZE
if (hardwareRevision == NAZE32) {
bmp085Disable(bmp085Config);
}
#endif
#endif
switch (baroHardware) {