Skip to content

Commit 87333dd

Browse files
committed
test logging after config command reading
1 parent 4444d36 commit 87333dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/config-tool/cfg_usbsid.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,9 @@ void config_usbsidpico(int argc, char **argv)
19271927
memset(read_data, 0, count_of(read_data));
19281928
len = read_chars(read_data, size);
19291929
printf("[R %u] %02X\n", len, read_data[0]);
1930+
if (size > 1) {
1931+
print_cfg_buffer(read_data, size);
1932+
}
19301933
}
19311934
break;
19321935
}

0 commit comments

Comments
 (0)