Browse Source

AP_Baro: remove unnecessary debug on DPS280

zr-v5.1
giacomo892 4 years ago committed by Peter Barker
parent
commit
9c42c0f176
  1. 2
      libraries/AP_Baro/AP_Baro_DPS280.cpp

2
libraries/AP_Baro/AP_Baro_DPS280.cpp

@ -146,8 +146,6 @@ bool AP_Baro_DPS280::init() @@ -146,8 +146,6 @@ bool AP_Baro_DPS280::init()
uint8_t whoami=0;
if (!dev->read_registers(DPS280_REG_PID, &whoami, 1) ||
whoami != DPS280_WHOAMI) {
// not a DPS280
printf("DPS280 whoami=0x%x\n", whoami);
dev->get_semaphore()->give();
return false;
}

Loading…
Cancel
Save