forked from Archive/PX4-Autopilot
Removed annoying "I2C SIM transfer_4" message
The debug message made it difficult to use the shell for the posix build. Commented out the debug line. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
6acdc2ae3f
commit
ebdf178ba3
|
@ -165,7 +165,7 @@ I2C::transfer(const uint8_t *send, unsigned send_len, uint8_t *recv, unsigned re
|
||||||
packets.nmsgs = msgs;
|
packets.nmsgs = msgs;
|
||||||
|
|
||||||
if (simulate) {
|
if (simulate) {
|
||||||
warnx("I2C SIM: transfer_4 on %s", get_devname());
|
//warnx("I2C SIM: transfer_4 on %s", get_devname());
|
||||||
ret = PX4_OK;
|
ret = PX4_OK;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue