mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 22:44:06 +08:00
Updated error message
This commit is contained in:
parent
21dcdf11cf
commit
8407677f20
@ -121,7 +121,7 @@ test_file(int argc, char *argv[])
|
||||
|
||||
for (int j = 0; j < 512; j++) {
|
||||
if ((read_buf + 0)[j] != write_buf[j + 1/*+ (i % 64)*/]) {
|
||||
warnx("COMPARISON ERROR: byte %d, align shift: %d", j, (i % 64));
|
||||
warnx("COMPARISON ERROR: byte %d, align shift: %d", j, 1/*(i % 64)*/);
|
||||
compare_ok = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user