mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 21:34:07 +08:00
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…
x
Reference in New Issue
Block a user