AP_Baro: remove unnecessary debug on DPS280

This commit is contained in:
giacomo892 2020-09-23 13:53:51 +02:00 committed by Peter Barker
parent e22f7ed353
commit 9c42c0f176

View File

@ -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;
}