mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
SMBus battery driver: Remove console print on normal block read operation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user