forked from Archive/PX4-Autopilot
SMBus battery driver: Remove console print on normal block read operation
This commit is contained in:
parent
1106e0bff3
commit
3c99becada
|
@ -437,8 +437,6 @@ BATT_SMBUS::read_block(uint8_t reg, uint8_t *data, uint8_t max_len, bool append_
|
|||
warnx("CurrPEC:%x vs MyPec:%x", (int)buff[bufflen + 1], (int)pec);
|
||||
return 0;
|
||||
|
||||
} else {
|
||||
warnx("CurPEC ok: %x", (int)pec);
|
||||
}
|
||||
|
||||
// copy data
|
||||
|
|
Loading…
Reference in New Issue