mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Removed tab on blank line
This commit is contained in:
parent
833e760f05
commit
b3fd616680
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ bool baroDetect(baroDev_t *dev, baroSensor_e baroHardwareToUse)
|
|||
}
|
||||
#endif
|
||||
FALLTHROUGH;
|
||||
|
||||
|
||||
case BARO_QMP6988:
|
||||
#if defined(USE_BARO_QMP6988) || defined(USE_BARO_SPI_QMP6988)
|
||||
if (qmp6988Detect(dev)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue