Quell git warnings about compiled files, make output of the --list-devices command more readable when we have multiple devices inserted.

This commit is contained in:
Dirk-Willem van Gulik
2018-07-11 14:10:34 +02:00
parent 20fb5173a9
commit 2683ab471f
2 changed files with 10 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ bool listUSBDevices(struct ftdi_context *ftdic, char** message) {
}
// print to stdout
printf("Manufacturer: %s, Description: %s, Serial: %s", manufacturer, description, serial);
printf("Manufacturer: %s, Description: %s, Serial: %s\n", manufacturer, description, serial);
curdev = curdev->next;
}