mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
make the I2C and SPI device signons distinct
This commit is contained in:
@@ -99,7 +99,7 @@ I2C::init()
|
||||
}
|
||||
|
||||
// tell the world where we are
|
||||
log("on bus %d at 0x%02x", _bus, _address);
|
||||
log("on I2C bus %d at 0x%02x", _bus, _address);
|
||||
|
||||
out:
|
||||
return ret;
|
||||
|
||||
@@ -111,7 +111,7 @@ SPI::init()
|
||||
}
|
||||
|
||||
// tell the workd where we are
|
||||
log("on bus %d at %d", _bus, _device);
|
||||
log("on SPI bus %d at %d", _bus, _device);
|
||||
|
||||
out:
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user