mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 17:10:35 +08:00
Output improvements
This commit is contained in:
@@ -73,6 +73,7 @@ test_file(int argc, char *argv[])
|
||||
|
||||
for (unsigned a = 0; a < alignments; a++) {
|
||||
|
||||
printf("\n");
|
||||
warnx("----- alignment test: %u bytes -----", a);
|
||||
|
||||
uint8_t write_buf[chunk_sizes[c] + alignments] __attribute__((aligned(64)));
|
||||
|
||||
Reference in New Issue
Block a user